summaryrefslogtreecommitdiff
path: root/package/poppler
diff options
context:
space:
mode:
authorOlivier Schonken <olivier.schonken@gmail.com>2016-01-21 00:17:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-21 21:50:55 +0100
commitfb992c4fd286714e40f68c9be1bd09a0aa96652d (patch)
tree66a69d682293cf475cb57a5a90af6242f3d9cbe4 /package/poppler
parent4558f82dea2db6f037d92940f95fd2fcaeb1ae4d (diff)
poppler: install xpdf-headers to enable building of cups-filters
Add --enable-xpdf-headers to poppler.mk. Required for succesfull build of cups-filters. Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/poppler')
-rw-r--r--package/poppler/poppler.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 6142cbaf9..1113e4bd2 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -11,7 +11,8 @@ POPPLER_DEPENDENCIES = fontconfig host-pkgconf
POPPLER_LICENSE = GPLv2+
POPPLER_LICENSE_FILES = COPYING
POPPLER_INSTALL_STAGING = YES
-POPPLER_CONF_OPTS = --with-font-configuration=fontconfig
+POPPLER_CONF_OPTS = --with-font-configuration=fontconfig \
+ --enable-xpdf-headers
ifeq ($(BR2_PACKAGE_LCMS2),y)
POPPLER_CONF_OPTS += --enable-cms=lcms2