[Lunar-commits] <moonbase-other> harfbuzz: corrected optional_depends on gobject-introspection=no

v4hn me at v4hn.de
Sun Sep 28 00:54:40 CEST 2014


commit 33b07f19dd0668722ab6c53a74d13b2beff93570
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun, 28 Sep 2014 00:54:28 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/33b07f19dd0668722ab6c53a74d13b2beff93570

harfbuzz: corrected optional_depends on gobject-introspection=no

gobject-introspection "no" option
incorrectly set to --disable-introspection=no
when it should be --enable-introspection=no

the former causes the build to barf
---
  graphics/harfbuzz/DEPENDS | +1/-1     
  1 file changed, 1 insertion(+), 1 deletion(-)

--- a/graphics/harfbuzz/DEPENDS
+++ b/graphics/harfbuzz/DEPENDS
@@ -23,7 +23,7 @@ optional_depends "icu4c" \
 
 optional_depends "gobject-introspection"  \
                  "--with-gobject=yes --enable-introspection=yes"  \
-                 "--with-gobject=no  --disable-introspection=no"  \
+                 "--with-gobject=no  --enable-introspection=no"  \
                  "for gobject introspection support"
 
 




More information about the Lunar-commits mailing list