[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Dennis Veatch
dennisveatch at bellsouth.net
Mon Nov 10 23:25:27 CET 2014
commit e2088876eea710f37114ad081324b0a82238ca74
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 10 Nov 2014 17:25:20 -0500
URL: https://github.com/lunar-linux/moonbase-other/commit/e2088876eea710f37114ad081324b0a82238ca74
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
libs/poppler/BUILD | +2/-7
libs/poppler/PRE_BUILD | +7/-0
2 files changed, 9 insertions(+), 7 deletions(-)
--- a/libs/poppler/BUILD
+++ b/libs/poppler/BUILD
@@ -1,6 +1,4 @@
- sedit "s:priv->quality, true: priv->quality, TRUE:" goo/JpegWriter.cc &&
-
OPTS+=" --disable-static --disable-gtk-test --enable-xpdf-headers --enable-poppler-glib" &&
if in_depends poppler qt5; then
@@ -11,14 +9,11 @@
. /etc/profile.d/qt4.rc
fi &&
- if [ "`get_module_config DOCS`" = "n" ] ; then
- sedit "s/SUBDIRS = . reference demo/SUBDIRS = . demo/g" glib/Makefile.in
- fi &&
-
default_build &&
-# If in depends we will now build qt5 libs
+ # If in depends we will now build qt5 libs
if in_depends poppler qt5; then
+ devoke_installwatch &&
. /etc/profile.d/qt5.rc &&
OPTS+=" --enable-poppler-qt5" &&
default_build
--- /dev/null
+++ b/libs/poppler/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+sedit "s:priv->quality, true: priv->quality, TRUE:" goo/JpegWriter.cc &&
+
+if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit "s/SUBDIRS = . reference demo/SUBDIRS = . demo/g" glib/Makefile.in
+fi
More information about the Lunar-commits
mailing list