]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
poppler: Install files into staging
authorAlan Ott <alan@signal11.us>
Sun, 12 Oct 2014 19:56:53 +0000 (15:56 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 9 Dec 2014 23:05:45 +0000 (00:05 +0100)
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>
package/poppler/poppler.mk

index a52b0799ca8a61aaa39116561bf68e4c1bb69769..a972325846e6816403474997141050c3031d1953 100644 (file)
@@ -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)