2012-12-05 09:40:23 +01:00
|
|
|
config BR2_PACKAGE_NEARDAL
|
|
|
|
bool "neardal"
|
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, glib2
|
2012-12-05 09:40:23 +01:00
|
|
|
depends on BR2_USE_MMU # dbus
|
|
|
|
select BR2_PACKAGE_DBUS
|
|
|
|
select BR2_PACKAGE_DBUS_GLIB
|
2014-10-26 19:45:52 +01:00
|
|
|
select BR2_PACKAGE_READLINE if !BR2_PACKAGE_LIBEDIT
|
2012-12-05 09:40:23 +01:00
|
|
|
help
|
|
|
|
Provides a simple C API to exchange data with the neard NFC
|
|
|
|
manager daemon.
|
|
|
|
|
|
|
|
https://github.com/connectivity/neardal
|
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
if BR2_PACKAGE_NEARDAL
|
|
|
|
|
2013-04-26 02:25:26 +02:00
|
|
|
config BR2_PACKAGE_NEARDAL_NCL
|
|
|
|
bool "ncl tool"
|
|
|
|
help
|
|
|
|
Build and install neardal ncl command line interpreter tool.
|
|
|
|
|
2013-07-15 21:47:50 +02:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "neardal needs a toolchain w/ wchar, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2012-12-05 09:40:23 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|