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:
Marcus Hoffmann
2026-02-02 09:46:53 +01:00
committed by Peter Korsgaard
parent a0081aa1f8
commit 3df8b35285

View File

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