[Lunar-commits] <moonbase-other> pango: fix the build.

Florin Braescu florin at lunar-linux.org
Tue Sep 2 17:04:00 CEST 2014


commit 2baedb6bc5f6b882d765e6971389ed329fe81a0e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 02 Sep 2014 18:03:21 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/2baedb6bc5f6b882d765e6971389ed329fe81a0e

pango: fix the build.
---
  libs/pango/BUILD   | +2/-0     
  libs/pango/DEPENDS | +10/-8    
  2 files changed, 12 insertions(+), 8 deletions(-)

--- a/libs/pango/BUILD
+++ b/libs/pango/BUILD
@@ -1,5 +1,7 @@
 (
 
+  OPTS+="-enable-introspection=no"  &&
+
   # Unwanted doc
   rm -f README.win32  &&
 
--- a/libs/pango/DEPENDS
+++ b/libs/pango/DEPENDS
@@ -1,15 +1,17 @@
 depends  glib-2
 depends  fontconfig
 depends  freetype2
-depends  libxcb
 depends  harfbuzz
+depends  libxcb
 
-optional_depends "cairo"  "" "" "for the cairo backend"
-optional_depends "libXft" "" "" "for the Xft backend"
+optional_depends "cairo"  \
+                 "--with-cairo=yes" \
+                 "--with-cairo=no"  \
+                 "for the cairo backend"
 
-optional_depends "gobject-introspection"    \
-                 "--enable-introspection"   \
-                 "--disable-introspection"  \
-                 "for gobject introspection support"
+optional_depends "libXft" \
+                 "--with-xft=yes" \
+                 "--with-xft=no"  \
+                 "for the Xft backend"
 
-optional_depends libthai "" "" "for Thai language support"
+optional_depends "libthai" "" "" "for Thai language support"




More information about the Lunar-commits mailing list