Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/2] Compile Poppler over Qt
@ 2014-03-04 13:39 jeremie.scheer at armadeus.com
  2014-03-04 14:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: jeremie.scheer at armadeus.com @ 2014-03-04 13:39 UTC (permalink / raw)
  To: buildroot

From: Jeremie Scheer <jeremie.scheer@armadeus.com>


Signed-off-by: Jeremie Scheer <jeremie.scheer@armadeus.com>
---
 package/poppler/poppler.mk |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 040327f..7dce7a0 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -7,10 +7,17 @@
 POPPLER_VERSION = 0.24.4
 POPPLER_SOURCE = poppler-$(POPPLER_VERSION).tar.xz
 POPPLER_SITE = http://poppler.freedesktop.org
-POPPLER_DEPENDENCIES = fontconfig
 POPPLER_LICENSE = GPLv2+
 POPPLER_LICENSE_FILES = COPYING
 POPPLER_CONF_OPT = --with-font-configuration=fontconfig
+POPPLER_INSTALL_STAGING = YES
+
+ifeq ($(BR2_PACKAGE_QT),y)
+	POPPLER_DEPENDENCIES = qt fontconfig
+else
+	POPPLER_DEPENDENCIES = fontconfig
+	POPPLER_CONF_OPT += --disable-poppler-qt4
+endif
 
 ifeq ($(BR2_PACKAGE_LCMS2),y)
 	POPPLER_CONF_OPT += --enable-cms=lcms2
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-26 10:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 13:39 [Buildroot] [PATCH 2/2] Compile Poppler over Qt jeremie.scheer at armadeus.com
2014-03-04 14:44 ` Thomas Petazzoni
2014-03-26 10:35   ` Jeremie Scheer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox