Config.in 627 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBQRTR_GLIB
  2. bool "libqrtr-glib"
  3. depends on BR2_USE_WCHAR # glib2
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
  5. depends on BR2_USE_MMU # glib2
  6. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15 # da7653f0faab
  7. select BR2_PACKAGE_LIBGLIB2
  8. help
  9. Qualcomm IPC Router protocol helper library.
  10. Optional dependency for libqmi >= 1.28.0.
  11. https://www.freedesktop.org/software/libqmi/libqrtr-glib/latest/
  12. comment "libqrtr-glib needs a toolchain w/ wchar, threads, headers >= 4.15"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
  15. !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15