summaryrefslogtreecommitdiffstats
path: root/package/neard/Config.in
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2012-12-05 08:39:07 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-05 11:14:40 -0800
commit34ae9eb63db4ff48da4ed45b9b48997e7c6cd590 (patch)
treece46911d209769355751e80459b8cb2b9e3f682e /package/neard/Config.in
parent635bebf559f4f76bc4fa49c3ccb468476a654151 (diff)
downloadbuildroot-novena-34ae9eb63db4ff48da4ed45b9b48997e7c6cd590.tar.gz
buildroot-novena-34ae9eb63db4ff48da4ed45b9b48997e7c6cd590.zip
neard: new package
[Peter: add toolchain dependencies for libglib2/libnl/dbus + host-pkgconf] Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/neard/Config.in')
-rw-r--r--package/neard/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/neard/Config.in b/package/neard/Config.in
new file mode 100644
index 000000000..bcf617128
--- /dev/null
+++ b/package/neard/Config.in
@@ -0,0 +1,18 @@
+config BR2_PACKAGE_NEARD
+ bool "neard"
+ depends on BR2_USE_WCHAR # libglib2
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libnl / dbus
+ depends on BR2_USE_MMU # dbus
+ select BR2_PACKAGE_DBUS
+ select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_LIBNL
+ help
+ Near Field Communication (NFC) manager. This userspace daemon is
+ a part of the NFC stack provided by the Linux NFC project.
+
+ http://git.kernel.org/?p=network/nfc/neard.git;a=summary
+
+ https://01.org/linux-nfc/documentation/how-start-linux-nfc-code...
+
+comment "neard requires a toolchain with WCHAR and threads support"
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS