2015-12-30 16:16:23 +01:00
|
|
|
config BR2_PACKAGE_ACSCCID
|
|
|
|
bool "acsccid"
|
2015-12-31 15:55:35 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pcsc-lite, libusb
|
2022-05-27 22:42:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb, pcsc-lite
|
2015-12-31 15:55:35 +01:00
|
|
|
depends on BR2_USE_MMU # pcsc-lite
|
|
|
|
depends on !BR2_STATIC_LIBS # pcsc-lite
|
2019-10-30 06:37:50 +01:00
|
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
2015-12-30 16:16:23 +01:00
|
|
|
select BR2_PACKAGE_PCSC_LITE
|
|
|
|
# Even though there is a --disable-libusb option, it has in
|
|
|
|
# fact no effect, and acsccid really requires libusb.
|
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
help
|
|
|
|
acsccid is a PC/SC driver for Linux/Mac OS X and it supports
|
|
|
|
ACS CCID smart card readers.
|
|
|
|
|
|
|
|
http://acsccid.sourceforge.net/
|
|
|
|
|
2020-12-13 16:56:36 +01:00
|
|
|
comment "acsccid needs a toolchain w/ threads, dynamic library, gcc >= 4.9"
|
2015-12-31 15:55:35 +01:00
|
|
|
depends on BR2_USE_MMU
|
2020-12-13 16:56:36 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|