[Lunar-commits] <moonbase-other> pango: Undoing most of 2baedb6bc5f6b882d765e6971389ed329fe81a0e.

Dennis Veatch dennisveatch at bellsouth.net
Tue Sep 2 22:34:59 CEST 2014


commit 1ac986af65ce87335f9952cb2a8c7e742c4490a5
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 02 Sep 2014 16:32:49 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/1ac986af65ce87335f9952cb2a8c7e742c4490a5

pango: Undoing most of 2baedb6bc5f6b882d765e6971389ed329fe81a0e.

Is there really a reason to disable introspection or was it an overlook during
testing? Would not have worked anyway, it takes "--".
---
  libs/pango/BUILD   | +0/-2     
  libs/pango/DEPENDS | +3/-9     
  2 files changed, 3 insertions(+), 11 deletions(-)

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




More information about the Lunar-commits mailing list