mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/lpac: needs libqmi for optional support of libqrtr-glib
Buildroot commit dad998a807 added 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>
This commit is contained in:
committed by
Julien Olivain
parent
ff23147650
commit
03be706382
@@ -5,6 +5,7 @@ config BR2_PACKAGE_LPAC
|
||||
depends on !BR2_STATIC_LIBS # pcsc-lite
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pcsc-lite
|
||||
select BR2_PACKAGE_PCSC_LITE
|
||||
select BR2_PACKAGE_LIBQMI if BR2_PACKAGE_LIBQRTR_GLIB
|
||||
help
|
||||
C-based eUICC LPA.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user