summaryrefslogtreecommitdiffstats
path: root/rules/harfbuzz.in
blob: 9b54d39b989dd540382238af91f39b4ee065677c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=multimedia_libs

menuconfig HARFBUZZ
	tristate
	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