summaryrefslogtreecommitdiff
path: root/package/poppler
diff options
context:
space:
mode:
authorAlan Ott <alan@signal11.us>2014-10-12 15:56:53 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-10 00:05:45 +0100
commited592d6e02275c4402f477693195d941a481e67d (patch)
tree7d08f9db87288199aa83b9d6afc199c9d172a47e /package/poppler
parentfb79843453704ae68cf8d91e2a9cd5359d0b1027 (diff)
poppler: Install files into staging
Install poppler's header files and libraries into staging, since it provides a library that can be used by other packages. [Thomas: slightly extended the commit message.] Signed-off-by: Alan Ott <alan@signal11.us> Suggested-by: Jeremie Scheer <jeremie.scheer@armadeus.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/poppler')
-rw-r--r--package/poppler/poppler.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index a52b0799c..a97232584 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -10,6 +10,7 @@ POPPLER_SITE = http://poppler.freedesktop.org
POPPLER_DEPENDENCIES = fontconfig
POPPLER_LICENSE = GPLv2+
POPPLER_LICENSE_FILES = COPYING
+POPPLER_INSTALL_STAGING = YES
POPPLER_CONF_OPTS = --with-font-configuration=fontconfig
ifeq ($(BR2_PACKAGE_LCMS2),y)