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>
This commit is contained in:
Matthew Smith
2024-01-04 08:20:49 +00:00
parent f8e8469a8b
commit 13338a1351

View File

@@ -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.