c7292833800032614593c3237a058b31c49e0110
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / neardal / Config.in
1 config BR2_PACKAGE_NEARDAL
2         bool "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
9         help
10           Provides a simple C API to exchange data with the neard NFC
11           manager daemon.
12
13           https://github.com/connectivity/neardal
14
15 if BR2_PACKAGE_NEARDAL
16
17 config BR2_PACKAGE_NEARDAL_NCL
18         bool "ncl tool"
19         help
20           Build and install neardal ncl command line interpreter tool.
21
22 endif
23
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