summaryrefslogtreecommitdiffstats
path: root/package/libnfc/libnfc.mk
blob: f1028b19e87f03753905a8a258f9dec947030b40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#############################################################
#
# libnfc
#
#############################################################
LIBNFC_VERSION = 1.5.1
LIBNFC_SITE = http://libnfc.googlecode.com/files/
LIBNFC_SOURCE = libnfc-$(LIBNFC_VERSION).tar.gz
LIBNFC_INSTALL_STAGING = YES

LIBNFC_DEPENDENCIES = host-pkg-config libusb libusb-compat

# N.B. The acr122 driver requires pcsc-lite.
LIBNFC_CONF_OPT = --with-drivers=arygon,pn53x_usb

$(eval $(call AUTOTARGETS))