mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/libgpiod2: enable gpioset interactive when libedit is available
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 3df8b35285)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
51c4b78841
commit
d3976bd05b
@@ -24,6 +24,13 @@ else
|
||||
LIBGPIOD2_CONF_OPTS += --disable-tools
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||
LIBGPIOD2_DEPENDENCIES += libedit
|
||||
LIBGPIOD2_CONF_OPTS += --enable-gpioset-interactive
|
||||
else
|
||||
LIBGPIOD2_CONF_OPTS += --disable-gpioset-interactive
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INSTALL_LIBSTDCPP),y)
|
||||
LIBGPIOD2_CONF_OPTS += --enable-bindings-cxx
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user