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