mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -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>
This commit is contained in:
committed by
Peter Korsgaard
parent
a0081aa1f8
commit
3df8b35285
@@ -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