From: Alan Ott Date: Sun, 12 Oct 2014 19:56:53 +0000 (-0400) Subject: poppler: Install files into staging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed592d6e02275c4402f477693195d941a481e67d;p=buildroot.git 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 Suggested-by: Jeremie Scheer Signed-off-by: Thomas Petazzoni --- diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk index a52b0799ca..a972325846 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)