Config.in 661 B

1234567891011121314151617181920212223242526
  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_LIBEDIT
  9. help
  10. Provides a simple C API to exchange data with the neard NFC
  11. manager daemon.
  12. https://github.com/connectivity/neardal
  13. if BR2_PACKAGE_NEARDAL
  14. config BR2_PACKAGE_NEARDAL_NCL
  15. bool "ncl tool"
  16. help
  17. Build and install neardal ncl command line interpreter tool.
  18. endif
  19. comment "neardal needs a toolchain w/ wchar, threads"
  20. depends on BR2_USE_MMU
  21. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS