2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-01-31 20:23:42 +01:00
|
|
|
#
|
|
|
|
# libhid
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-01-31 20:23:42 +01:00
|
|
|
|
|
|
|
LIBHID_VERSION = 0.2.16
|
2013-06-30 10:32:37 +02:00
|
|
|
LIBHID_SITE = http://alioth.debian.org/frs/download.php/file/1958
|
2011-01-31 20:23:42 +01:00
|
|
|
LIBHID_DEPENDENCIES = libusb-compat libusb
|
|
|
|
LIBHID_INSTALL_STAGING = YES
|
2012-12-12 10:38:42 +01:00
|
|
|
LIBHID_AUTORECONF = YES
|
2011-01-31 20:23:42 +01:00
|
|
|
# configure runs libusb-config for cflags/ldflags. Ensure it picks up
|
|
|
|
# the target version
|
|
|
|
LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(TARGET_PATH)
|
2012-04-16 23:12:38 +02:00
|
|
|
LIBHID_CONF_OPT = \
|
|
|
|
--disable-swig \
|
|
|
|
--disable-werror \
|
|
|
|
--without-doxygen \
|
|
|
|
--disable-package-config
|
2011-01-31 20:23:42 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|