From 31341e8d40ec6c926419ebce8a71daba98a6ff9e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Wed, 12 Dec 2012 09:38:42 +0000 Subject: libhid: replace patch on configure by patch on configure.ac In order to fix some other build problem of libhid, we'll need to do modifications to the configure.ac. Therefore, let's first convert the current patch on configure to a patch on configure.ac, and mark the package as AUTORECONF=YES. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/libhid/libhid.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/libhid/libhid.mk') diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk index bad014bca..484cdcc5b 100644 --- a/package/libhid/libhid.mk +++ b/package/libhid/libhid.mk @@ -9,6 +9,7 @@ LIBHID_SOURCE = libhid-$(LIBHID_VERSION).tar.gz LIBHID_SITE = http://alioth.debian.org/frs/download.php/1958 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) -- cgit v1.2.3