[Lunar-commits] <moonbase-other> harfbuzz: it depends optional on freetype2, cairo and icu4c.

Florin Braescu florin at lunar-linux.org
Tue Sep 2 16:41:27 CEST 2014


commit 94c5458a64f5e6d534825e5c7b9b9bf40d89f131
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 02 Sep 2014 17:40:46 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/94c5458a64f5e6d534825e5c7b9b9bf40d89f131

harfbuzz: it depends optional on freetype2, cairo and icu4c.
---
  graphics/harfbuzz/DEPENDS | +23/-3    
  1 file changed, 23 insertions(+), 3 deletions(-)

--- a/graphics/harfbuzz/DEPENDS
+++ b/graphics/harfbuzz/DEPENDS
@@ -1,4 +1,24 @@
-depends freetype2
 depends glib-2
-depends cairo
-depends icu4c
+depends pbzip2
+
+optional_depends "freetype2" \
+                 "--with-freetype=yes" \
+                 "--with-freetype=no" \
+                 "for freetype support"
+
+optional_depends "cairo" \
+                 "--with-cairo=yes" \
+                 "--with-cairo=no" \
+                 "for cairo support"
+
+optional_depends "icu4c" \
+                 "--with-icu=yes" \
+                 "--with-icu=no" \
+                 "for icu support"
+
+optional_depends "gobject-introspection"  \
+                 "--with-gobject=yes --enable-introspection=yes"  \
+                 "--with-gobject=no  --disable-introspection=no"  \
+                 "for gobject introspection support"
+
+




More information about the Lunar-commits mailing list