diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-12 09:38:42 +0000 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-12-12 22:24:34 +0100 |
| commit | 31341e8d40ec6c926419ebce8a71daba98a6ff9e (patch) | |
| tree | d310de53773e81f3058c8c16ed3c7a1a0900944e /package/libhid/libhid.mk | |
| parent | 5d4e00bd04183463f878d5c57b3a3dc47fbb2333 (diff) | |
| download | buildroot-31341e8d40ec6c926419ebce8a71daba98a6ff9e.tar.gz buildroot-31341e8d40ec6c926419ebce8a71daba98a6ff9e.zip | |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libhid/libhid.mk')
| -rw-r--r-- | package/libhid/libhid.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk index bad014bca1..484cdcc5b9 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) |

