summaryrefslogtreecommitdiff
path: root/package/libraw
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-12 10:19:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-13 18:27:42 +0100
commitc51bddcdda2794a6b5a1e441c0d6cb030ed5b64f (patch)
treeed39593a64ea6d3ee8a10ec34bd935d737483279 /package/libraw
parentdeb9ffd91f7c9131ee32dfed952d3db81b4a8791 (diff)
libraw: add dependency on host-pkgconf
Otherwise, it fails to autoreconf with a weird error message: configure.ac:15: error: possibly undefined macro: AC_SUBST If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:40: error: possibly undefined macro: AC_MSG_WARN Indeed, the configure.ac uses PKG_CHECK_MODULES(), so we need to have the corresponding m4 file installed by host-pkgconf. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libraw')
-rw-r--r--package/libraw/libraw.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
index 03f09f96f..7fc4709e8 100644
--- a/package/libraw/libraw.mk
+++ b/package/libraw/libraw.mk
@@ -17,6 +17,7 @@ LIBRAW_CONF_OPTS += \
--disable-demosaic-pack-gpl3
LIBRAW_LICENSE = LGPLv2.1 or CDDL 1.0 or LibRaw Software License 27032010
LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL LICENSE.LibRaw.pdf README
+LIBRAW_DEPENDENCIES = host-pkgconf
ifeq ($(BR2_PACKAGE_JASPER),y)
LIBRAW_CONF_OPTS += --enable-jasper