The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libftdi / libftdi.mk
1 ################################################################################
2 #
3 # libftdi
4 #
5 ################################################################################
6
7 LIBFTDI_VERSION = 0.20
8 LIBFTDI_SITE = http://www.intra2net.com/en/developer/libftdi/download
9 LIBFTDI_DEPENDENCIES = libusb-compat libusb
10 LIBFTDI_INSTALL_STAGING = YES
11 LIBFTDI_CONFIG_SCRIPTS = libftdi-config
12 LIBFTDI_AUTORECONF = YES
13
14 LIBFDTI_CONF_OPTS = --without-examples
15
16 # configure detect it automaticaly so we need to force it
17 ifeq ($(BR2_PACKAGE_LIBTFDI_CPP),y)
18 LIBFDTI_CONF_OPTS += --enable-libftdipp
19 else
20 LIBFDTI_CONF_OPTS += --disable-libftdipp
21 endif
22
23 $(eval $(autotools-package))
24 $(eval $(host-autotools-package))