summaryrefslogtreecommitdiffstats
path: root/graphics-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-30 16:22:35 -0400
committerPavel Vinogradov2021-10-30 16:22:35 -0400
commitbe1f442829ea12e7e9b68ab089494e8a145e81fe (patch)
tree19341c000f3ca4f2ccacdb28682f9ec4e2a351a5 /graphics-libs
parente35c61c498fdaf1cd48ce0bc36adbade800beb4c (diff)
graphics-libs/harfbuzz: corrected graphite2 dependency flags
Diffstat (limited to 'graphics-libs')
-rwxr-xr-xgraphics-libs/harfbuzz/DEPENDS2
-rw-r--r--graphics-libs/harfbuzz/HISTORY3
-rwxr-xr-xgraphics-libs/harfbuzz/SUB_DEPENDS2
3 files changed, 5 insertions, 2 deletions
diff --git a/graphics-libs/harfbuzz/DEPENDS b/graphics-libs/harfbuzz/DEPENDS
index f01d6565fb..7428ef01a5 100755
--- a/graphics-libs/harfbuzz/DEPENDS
+++ b/graphics-libs/harfbuzz/DEPENDS
@@ -37,7 +37,7 @@ optional_depends icu "icu=enabled" "icu=disabled" \
optional_depends freetype2 "freetype=enabled" "freetype=disabled" \
"Enable freetype2 use?" &&
-optional_depends graphite2 "graphite=enabled" "graphite=disabled" \
+optional_depends graphite2 "graphite2=enabled" "graphite2=disabled" \
"Enable graphite2 use?" &&
optional_depends gtk-doc "docs=enabled" "docs=disabled" \
diff --git a/graphics-libs/harfbuzz/HISTORY b/graphics-libs/harfbuzz/HISTORY
index e10526b505..0bb7a30c56 100644
--- a/graphics-libs/harfbuzz/HISTORY
+++ b/graphics-libs/harfbuzz/HISTORY
@@ -1,3 +1,6 @@
+2021-10-30 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS, SUB_DEPENDS: corrected graphite2 flags
+
2021-10-29 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: delete fontconfig stuff, breaks meson
diff --git a/graphics-libs/harfbuzz/SUB_DEPENDS b/graphics-libs/harfbuzz/SUB_DEPENDS
index 2f6a1ffa6d..059297bef0 100755
--- a/graphics-libs/harfbuzz/SUB_DEPENDS
+++ b/graphics-libs/harfbuzz/SUB_DEPENDS
@@ -1,7 +1,7 @@
case $THIS_SUB_DEPENDS in
GLIB2) depends glib2 "glib=enabled gobject=enabled" &&
depends pcre ;;
- GRAPHITE2) depends graphite2 "graphite=enabled" ;;
+ GRAPHITE2) depends graphite2 "graphite2=enabled" ;;
FT) depends freetype2 "freetype=enabled" ;;
ICU) depends icu "icu=enabled" ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;