summaryrefslogtreecommitdiffstats
path: root/rules/cairo.in
blob: 2f86d385a1daea9fb9b6a009c5b65bc74019228b (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
menuconfig CAIRO
	bool
	select XORG_LIB_XT if CAIRO_XLIB
	select XORG_LIB_XRENDER if CAIRO_XLIB

	select FONTCONFIG if CAIRO_FREETYPE
	select FREETYPE if CAIRO_FREETYPE

	select LIBPNG if CAIRO_PNG

	prompt "cairo"

config CAIRO_XLIB
	bool
	default y
	depends on CAIRO
	prompt "Xlib backend"

config CAIRO_FREETYPE
	bool
	default y
	depends on CAIRO
	prompt "Freetype font backend"

config CAIRO_PNG
	bool
	default y
	depends on CAIRO
	prompt "PNG support"