03be706382
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>
18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
config BR2_PACKAGE_LPAC
|
|
bool "lpac"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite
|
|
depends on BR2_USE_MMU # pcsc-lite
|
|
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.
|
|
|
|
https://github.com/estkme-group/lpac
|
|
|
|
comment "lpac needs a toolchain w/ threads, dynamic library, gcc >= 4.9"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|