summaryrefslogtreecommitdiffstats
path: root/rules/host-pango.in
blob: fb77e705e4f6807ea230ed007fb7b27400877cf6 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
## SECTION=host_gtk

menuconfig HOST_PANGO
	tristate
	prompt "pango                         "
	select HOST_CAIRO
	select HOST_GLIB
#	select WINE if ARCH_MINGW

config HOST_PANGO_TARGET_X11
	bool
	depends on HOST_PANGO
	default HOST_GTK_TARGET_X11

config HOST_PANGO_ARABIC
	bool
	depends on HOST_PANGO
	prompt "arabic"

config HOST_PANGO_BASIC
	bool
	default y
	depends on HOST_PANGO
	prompt "basic"

config HOST_PANGO_HANGUL
	bool
	depends on HOST_PANGO
	prompt "hangul"

config HOST_PANGO_HEBREW
	bool
	depends on HOST_PANGO
	prompt "hebrew"

config HOST_PANGO_INDIC
	bool
	depends on HOST_PANGO
	prompt "indic"

config HOST_PANGO_KHMER
	bool
	depends on HOST_PANGO
	prompt "khmer"

config HOST_PANGO_SYRIAC
	bool
	depends on HOST_PANGO
	prompt "syriac"

config HOST_PANGO_THAI
	bool
	depends on HOST_PANGO
	prompt "thai"

config HOST_PANGO_TIBETAN
	bool
	depends on HOST_PANGO
	prompt "tibetan"