Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] Compile Poppler over Qt
@ 2014-04-01  9:43 jeremie.scheer at armadeus.com
  2014-04-06 10:02 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: jeremie.scheer at armadeus.com @ 2014-04-01  9:43 UTC (permalink / raw)
  To: buildroot

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


Signed-off-by: Jeremie Scheer <jeremie.scheer@armadeus.com>
---
 Changes since v1:
  - Remove dependencies that doesn't depend on Qt from Qt package condition

 package/poppler/poppler.mk |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk
index 040327f..386e7b8 100644
--- a/package/poppler/poppler.mk
+++ b/package/poppler/poppler.mk
@@ -7,10 +7,18 @@
 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
+
+POPPLER_DEPENDENCIES = fontconfig
+
+ifeq ($(BR2_PACKAGE_QT),y)
+	POPPLER_DEPENDENCIES += qt
+else
+	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] 6+ messages in thread

end of thread, other threads:[~2014-12-09 23:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01  9:43 [Buildroot] [PATCH v2] Compile Poppler over Qt jeremie.scheer at armadeus.com
2014-04-06 10:02 ` Thomas Petazzoni
2014-10-12 19:56   ` [Buildroot] [PATCH 0/2] Updates to Poppler Alan Ott
2014-10-12 19:56     ` [Buildroot] [PATCH 1/2] poppler: Add option for Qt support Alan Ott
2014-10-12 19:56     ` [Buildroot] [PATCH 2/2] poppler: Install files into staging Alan Ott
2014-12-09 23:08     ` [Buildroot] [PATCH 0/2] Updates to Poppler Thomas Petazzoni

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