mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 12:30:34 -09:00
package/pcsc-lite: fix typo on BR2_PACKAGE_PCSC_LITE_*
The typo was added in 2012 by commit
'8c345d91cf pcsc-lite: new package'
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 8d8a83fd1f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
03b7a59ccc
commit
eb9e9145d2
@@ -37,11 +37,11 @@ else
|
||||
PCSC_LITE_CONF_OPTS += --disable-libsystemd
|
||||
endif
|
||||
|
||||
ifeq ($(PACKAGE_PCSC_LITE_DEBUGATR),y)
|
||||
ifeq ($(BR2_PACKAGE_PCSC_LITE_DEBUGATR),y)
|
||||
PCSC_LITE_CONF_OPTS += --enable-debugatr
|
||||
endif
|
||||
|
||||
ifeq ($(PACKAGE_PCSC_LITE_EMBEDDED),y)
|
||||
ifeq ($(BR2_PACKAGE_PCSC_LITE_EMBEDDED),y)
|
||||
PCSC_LITE_CONF_OPTS += --enable-embedded
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user