summaryrefslogtreecommitdiffstats
path: root/rules/harfbuzz.in
blob: 84c5d7e4ba09be7c1dd8cdb6611ac991554e388a (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
25
26
27
## SECTION=multimedia_libs

menuconfig HARFBUZZ
	tristate
	prompt "harfbuzz                      "
	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"

config HARFBUZZ_SUBSET
	bool
	prompt "install harfbuzz subset library"

endif