1config 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 12 https://www.freedesktop.org/software/libqmi/libqrtr-glib/latest/ 13 14comment "libqrtr-glib needs a toolchain w/ wchar, threads, headers >= 4.15" 15 depends on BR2_USE_MMU 16 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ 17 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15 18