summaryrefslogtreecommitdiffstats
path: root/package/libhid/libhid.mk
blob: 1b9b8958cd471174e2bd9c056fb2a915ab28c4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
#
# libhid
#
################################################################################

LIBHID_VERSION = 0.2.16
LIBHID_SITE = http://sources.buildroot.net/
LIBHID_DEPENDENCIES = libusb-compat libusb
LIBHID_INSTALL_STAGING = YES
LIBHID_AUTORECONF = YES
# configure runs libusb-config for cflags/ldflags. Ensure it picks up
# the target version
LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(TARGET_PATH)
LIBHID_CONF_OPT = \
	--disable-swig \
	--disable-werror \
	--without-doxygen \
	--disable-package-config

$(eval $(autotools-package))
OpenPOWER on IntegriCloud