avrdude: explain why we don't turn HAVE_LINUXGPIO on

This commit is contained in:
Philip Taron 2024-04-11 12:23:18 -07:00
parent 84604bb80d
commit 472fb7ce50
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
buildInputs = [ hidapi libusb1 libelf libftdi1 libserialport readline ];
# Not used:
#
# -DHAVE_LINUXGPIO=ON because it's incompatible with libgpiod 2.x
#
cmakeFlags = lib.optionals stdenv.hostPlatform.isLinux [ "-DHAVE_LINUXSPI=ON" ]
++ lib.optionals docSupport [ "-DBUILD_DOC=ON" ];