1 config BR2_PACKAGE_NEARDAL
3 depends on BR2_USE_WCHAR # glib2
4 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, glib2
5 depends on BR2_USE_MMU # dbus
6 select BR2_PACKAGE_DBUS
7 select BR2_PACKAGE_DBUS_GLIB
8 select BR2_PACKAGE_READLINE if !BR2_PACKAGE_LIBEDIT
10 Provides a simple C API to exchange data with the neard NFC
13 https://github.com/connectivity/neardal
15 if BR2_PACKAGE_NEARDAL
17 config BR2_PACKAGE_NEARDAL_NCL
20 Build and install neardal ncl command line interpreter tool.
24 comment "neardal needs a toolchain w/ wchar, threads"
25 depends on BR2_USE_MMU
26 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS