summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Orgis2015-03-18 11:41:41 +0100
committerThomas Orgis2015-03-18 19:24:31 +0100
commit75f29a580f3f8b52786c94a104ebc38aff8b6465 (patch)
tree83f6bc3f7b6a3e4f7940420244a99887cd4e9843
parent679eb3a39ba9d1570d8d2bea2eb5ceb674619593 (diff)
harfbuzz: add ICU sub depends
-rw-r--r--graphics-libs/harfbuzz/HISTORY3
-rwxr-xr-xgraphics-libs/harfbuzz/PRE_SUB_DEPENDS1
-rwxr-xr-xgraphics-libs/harfbuzz/SUB_DEPENDS1
3 files changed, 5 insertions, 0 deletions
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index b16089bab1..8704c71d0e 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2015-03-18 Thomas Orgis <sobukus@sourcemage.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: added ICU
+
2015-02-12 Eric Sandall <sandalle@sourcemage.org>
* PRE_SUB_DEPENDS: Fix syntax error and in REPAIR file
diff --git a/graphics-libs/harfbuzz/PRE_SUB_DEPENDS b/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
index e3e8d55c3c..6fc414a5b2 100755
--- a/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
+++ b/graphics-libs/harfbuzz/PRE_SUB_DEPENDS
@@ -1,6 +1,7 @@
case $THIS_SUB_DEPENDS in
GRAPHITE2) is_depends_enabled $SPELL graphite2 && return 0 ;;
FT) is_depends_enabled $SPELL freetype2 && return 0 ;;
+ ICU) is_depends_enabled $SPELL icu && return 0 ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/graphics-libs/harfbuzz/SUB_DEPENDS b/graphics-libs/harfbuzz/SUB_DEPENDS
index b95ba73dfc..c8f6a96932 100755
--- a/graphics-libs/harfbuzz/SUB_DEPENDS
+++ b/graphics-libs/harfbuzz/SUB_DEPENDS
@@ -1,6 +1,7 @@
case $THIS_SUB_DEPENDS in
GRAPHITE2) depends graphite2 "--with-graphite2" ;;
FT) depends freetype2 '--with-freetype=yes' ;;
+ ICU) depends icu "--with-icu" ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac