summaryrefslogtreecommitdiffstats
path: root/rules/harfbuzz.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-19 12:53:01 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-20 08:31:41 +0200
commitafaa0ae786f1c882e1a65b05644e845b4a45a70f (patch)
treebaeea33f2efeea770864ddd23102018bf75a5232 /rules/harfbuzz.in
parent90ac260e9a86a62a4a31ff4d9d5a4e20eb732f82 (diff)
downloadptxdist-afaa0ae786f1c882e1a65b05644e845b4a45a70f.tar.gz
ptxdist-afaa0ae786f1c882e1a65b05644e845b4a45a70f.tar.xz
harfbuzz: version bump 1.8.0 -> 1.8.1
Also, add optional support for graphite and ICU. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/harfbuzz.in')
-rw-r--r--rules/harfbuzz.in18
1 files changed, 16 insertions, 2 deletions
diff --git a/rules/harfbuzz.in b/rules/harfbuzz.in
index 65b0f29dc..9b54d39b9 100644
--- a/rules/harfbuzz.in
+++ b/rules/harfbuzz.in
@@ -1,10 +1,24 @@
## SECTION=multimedia_libs
-config HARFBUZZ
+menuconfig HARFBUZZ
tristate
- prompt "harfbuzz"
+ prompt "harfbuzz "
select FONTCONFIG
select FREETYPE
select GLIB
+ select GRAPHITE2 if HARFBUZZ_GRAPHITE
+ select ICU if HARFBUZZ_ICU
help
HarfBuzz is an OpenType text shaping engine.
+
+if HARFBUZZ
+
+config HARFBUZZ_GRAPHITE
+ bool
+ prompt "graphite support"
+
+config HARFBUZZ_ICU
+ bool
+ prompt "ICU support"
+
+endif