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:
Ricardo Martincoski 2022-08-14 20:38:35 -03:00 committed by Peter Korsgaard
parent 499852e7cc
commit d16462b70c

View File

@ -36,11 +36,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