mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-11 18:13:46 +00:00
libnfc-1.5-acr122-usb> import partial work on "ACR122 without PCSC" driver
This commit is contained in:
@@ -35,7 +35,6 @@ AC_DEFUN([LIBNFC_ARG_WITH_DRIVERS],
|
||||
DRIVERS_CFLAGS=""
|
||||
|
||||
driver_acr122_enabled="no"
|
||||
driver_acr122s_enabled="no"
|
||||
driver_pn53x_usb_enabled="no"
|
||||
driver_arygon_enabled="no"
|
||||
driver_pn532_uart_enabled="no"
|
||||
@@ -44,7 +43,7 @@ AC_DEFUN([LIBNFC_ARG_WITH_DRIVERS],
|
||||
do
|
||||
case "${driver}" in
|
||||
acr122)
|
||||
pcsc_required="yes"
|
||||
libusb_required="yes"
|
||||
driver_acr122_enabled="yes"
|
||||
DRIVERS_CFLAGS="$DRIVERS_CFLAGS -DDRIVER_ACR122_ENABLED"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user