Config.in 807 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_USSP_PUSH
  2. bool "ussp-push"
  3. depends on !BR2_STATIC_LIBS # bluez5_utils
  4. depends on BR2_USE_WCHAR # libglib2
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2
  6. depends on BR2_USE_MMU # dbus
  7. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils
  8. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils
  9. select BR2_PACKAGE_OPENOBEX
  10. select BR2_PACKAGE_BLUEZ5_UTILS
  11. help
  12. ussp-push is an OBEX object pusher for Linux, using the BlueZ
  13. BlueTooth stack.
  14. http://www.xmailserver.org/ussp-push.html
  15. comment "ussp-push needs a toolchain w/ wchar, threads, dynamic library, headers >= 3.4"
  16. depends on BR2_USE_MMU
  17. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  18. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
  19. BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4