diff options
author | Matthew Smith <matthew@gentoo.org> | 2024-01-04 08:20:49 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-01-04 08:20:49 +0000 |
commit | 13338a1351922afa18bba2a9f78a18fadceb3327 (patch) | |
tree | 252d1cd33304813d6c21dae578dfa2f98593d629 /dev-embedded | |
parent | app-containers/incus: add 'fuidshift' use flag that conflicts with lxd (diff) | |
download | gentoo-13338a1351922afa18bba2a9f78a18fadceb3327.tar.gz gentoo-13338a1351922afa18bba2a9f78a18fadceb3327.tar.bz2 gentoo-13338a1351922afa18bba2a9f78a18fadceb3327.zip |
dev-embedded/avrdude: fix automatic libgpiod dep
Fixes build failure if dev-libs/libgpiod is installed.
Closes: https://bugs.gentoo.org/921301
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/avrdude/avrdude-7.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-embedded/avrdude/avrdude-7.2.ebuild b/dev-embedded/avrdude/avrdude-7.2.ebuild index 941904a47991..3c63bcd180be 100644 --- a/dev-embedded/avrdude/avrdude-7.2.ebuild +++ b/dev-embedded/avrdude/avrdude-7.2.ebuild @@ -53,6 +53,7 @@ src_configure() { -DBUILD_DOC=OFF # This currently does nothing... -DBUILD_SHARED_LIBS=ON -DDEBUG_CMAKE=ON + -DHAVE_LIBGPIOD='' # Bug #921301 -DHAVE_LIBFTDI='' -DHAVE_LINUXGPIO=ON # Seems like there is no reason to have this off. -DHAVE_LINUXSPI=ON # Ditto. |