summaryrefslogtreecommitdiffstats
path: root/rules/pango.in
blob: ad6e6a5f1d991dc373f71c9839c87a5fb58a2d78 (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=multimedia_gtk

menuconfig PANGO
	tristate
	prompt "pango                         "
	select LIBC_M
	select CAIRO
	select GLIB
	select WINE if PANGO__WINE

if PANGO

config PANGO_TARGET_X11
	bool
	default GTK_TARGET_X11


config PANGO__WINE
	bool "extra dep for MINGW"


config PANGO_ARABIC
	bool
	prompt "arabic"

config PANGO_BASIC
	bool
	default y
	prompt "basic"

config PANGO_HANGUL
	bool
	prompt "hangul"

config PANGO_HEBREW
	bool
	prompt "hebrew"

config PANGO_INDIC
	bool
	prompt "indic"

config PANGO_KHMER
	bool
	prompt "khmer"

config PANGO_SYRIAC
	bool
	prompt "syriac"

config PANGO_THAI
	bool
	prompt "thai"

config PANGO_TIBETAN
	bool
	prompt "tibetan"

endif