cmake: bump version to 3.6.3
[buildroot-gz.git] / package / neard / Config.in
blob8571e7c9a2008c8b74622a8f1e7f75ea38a0003b
1 config BR2_PACKAGE_NEARD
2         bool "neard"
3         depends on BR2_USE_WCHAR # libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl, dbus, libglib2
5         depends on BR2_USE_MMU # dbus, libglib2
6         depends on !BR2_STATIC_LIBS # dlopen
7         depends on BR2_TOOLCHAIN_HAS_SYNC_4
8         select BR2_PACKAGE_DBUS
9         select BR2_PACKAGE_LIBGLIB2
10         select BR2_PACKAGE_LIBNL
11         help
12           Near Field Communication (NFC) manager. This userspace daemon is
13           a part of the NFC stack provided by the Linux NFC project.
15           http://git.kernel.org/?p=network/nfc/neard.git;a=summary
17           https://01.org/linux-nfc/documentation/how-start-linux-nfc-code...
19 if BR2_PACKAGE_NEARD
21 config BR2_PACKAGE_NEARD_TOOLS
22         bool "neard tools"
23         help
24           Build and install neard tools.
26 endif
28 comment "neard needs a toolchain w/ wchar, threads, dynamic library"
29         depends on BR2_USE_MMU
30         depends on BR2_TOOLCHAIN_HAS_SYNC_4
31         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS