mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/lpac: needs libqmi for optional support of libqrtr-glib
Buildroot commitdad998a807added this package but forgot to select libqmi for optional support of libqrtr-glib. Fixes: https://autobuild.buildroot.net/results/95e/95e30d1031912efa200edb9c7b926a31f0abe32f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit03be706382) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
b057dce157
commit
8d9eecf60a
@@ -5,6 +5,7 @@ config BR2_PACKAGE_LPAC
|
|||||||
depends on !BR2_STATIC_LIBS # pcsc-lite
|
depends on !BR2_STATIC_LIBS # pcsc-lite
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pcsc-lite
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pcsc-lite
|
||||||
select BR2_PACKAGE_PCSC_LITE
|
select BR2_PACKAGE_PCSC_LITE
|
||||||
|
select BR2_PACKAGE_LIBQMI if BR2_PACKAGE_LIBQRTR_GLIB
|
||||||
help
|
help
|
||||||
C-based eUICC LPA.
|
C-based eUICC LPA.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user