[Lunar-commits] <moonbase-other> poppler: enable poppler-glib wrapper.
Florin Braescu
florin at lunar-linux.org
Sun Oct 19 10:32:06 CEST 2014
commit 924235e506f537b3df171fdfea074ba0cab6cc51
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 19 Oct 2014 11:31:29 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/924235e506f537b3df171fdfea074ba0cab6cc51
poppler: enable poppler-glib wrapper.
---
libs/poppler/BUILD | +1/-1
libs/poppler/DEPENDS | +5/-0
2 files changed, 6 insertions(+), 1 deletion(-)
--- a/libs/poppler/BUILD
+++ b/libs/poppler/BUILD
@@ -1,7 +1,7 @@
(
sedit "s:priv->quality, true: priv->quality, TRUE:" goo/JpegWriter.cc &&
- OPTS+=" --disable-static --disable-gtk-test --enable-xpdf-headers" &&
+ OPTS+=" --disable-static --disable-gtk-test --enable-xpdf-headers --enable-poppler-glib" &&
if in_depends poppler qt4; then
. /etc/profile.d/qt4.rc
--- a/libs/poppler/DEPENDS
+++ b/libs/poppler/DEPENDS
@@ -48,6 +48,11 @@ optional_depends "qt4" \
"--disable-poppler-qt4" \
"for Qt4 wrapper support"
+optional_depends "qt5" \
+ "--enable-poppler-qt5" \
+ "--disable-poppler-qt5" \
+ "for Qt5 wrapper support"
+
optional_depends "gobject-introspection" \
"--enable-introspection" \
"--disable-introspection" \
More information about the Lunar-commits
mailing list