[Buildroot] [git commit] poppler: Install files into staging

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Dec 9 23:05:45 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=ed592d6e02275c4402f477693195d941a481e67d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at signal11.us>
Suggested-by: Jeremie Scheer <jeremie.scheer at armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/poppler/poppler.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index a52b079..a972325 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)



More information about the buildroot mailing list