diff options
Diffstat (limited to 'package/neard/Config.in')
-rw-r--r-- | package/neard/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/neard/Config.in b/package/neard/Config.in index ec1fcb3023..97966da2a9 100644 --- a/package/neard/Config.in +++ b/package/neard/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_NEARD bool "neard" depends on BR2_USE_WCHAR # libglib2 - depends on BR2_TOOLCHAIN_HAS_THREADS # libnl / dbus + depends on BR2_TOOLCHAIN_HAS_THREADS # libnl, dbus, libglib2 depends on BR2_USE_MMU # dbus select BR2_PACKAGE_DBUS select BR2_PACKAGE_LIBGLIB2 @@ -14,11 +14,14 @@ config BR2_PACKAGE_NEARD https://01.org/linux-nfc/documentation/how-start-linux-nfc-code... +if BR2_PACKAGE_NEARD + config BR2_PACKAGE_NEARD_TOOLS bool "neard tools" - depends on BR2_PACKAGE_NEARD help Build and install neard tools. +endif + comment "neard requires a toolchain with WCHAR and threads support" depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |