summaryrefslogtreecommitdiffstats
path: root/rules/gtk.in
blob: 3ffafab8fd9cbb0b00588e27825631f0364556af (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
menuconfig GTK
	bool
	prompt "gtk+"
	select GLIB
	select ATK
	select PANGO
#	select LIBTIFF if GTK_LIBTIFF
	select LIBPNG if GTK_LIBPNG
	select LIBJPEG if GTK_LIBJPG
	select XORG_LIB_XEXT if GTK_TARGET_X11
	select XORG_LIB_XINERAMA if GTK_TARGET_X11_XINERAMA
	select XORG_LIB_XRANDR if GTK_TARGET_X11_XRANDR
	depends on BROKEN
	help	
	The GTK+ is a multi-platform toolkit for creating graphical
	user interfaces. Offering a complete set of widgets, the GTK+
	is suitable for projects ranging from small one-off tools to complete
	application suites.


#config GTK_LIBTIFF
#	bool
#	prompt "TIFF loader for gdk-pixbuf"
#	depends on GTK
#	depends on BROKEN
#	default y

config GTK_LIBJPEG
	bool
	prompt "JPEG loader for gdk-pixbuf"
	depends on GTK
	default y

config GTK_LIBPNG
	bool
	prompt "PNG loader for gdk-pixbuf"
	depends on GTK
	depends on BROKEN
	default y

config GTK_TARGET_X11
	bool
	prompt "gdk-target X11"
	depends on GTK
	select CAIRO_XLIB

config GTK_TARGET_X11_XINERAMA
	bool
	prompt "Xinerama support"
	depends on GTK
	depends on GTK_TARGET_X11

config GTK_TARGET_X11_XRANDR
	bool
	prompt "Xrandr support"
	depends on GTK
	depends on GTK_TARGET_X11