summaryrefslogtreecommitdiffstats
path: root/rules/librsvg.in
blob: 66d5b7b9a0dc03510b22c250e531eff443462229 (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
## SECTION=multimedia_gtk

menuconfig LIBRSVG
	tristate
	prompt "librsvg                       "
	select GTK
	select LIBXML2
	select LIBGSF	if LIBRSVG_SVGZ
	select LIBCROCO	if LIBRSVG_CROCO
	help
	  AX-based renderer library for SVG files

	  The rsvg library is an efficient renderer for Scalable
	  Vector Graphics (SVG) pictures.

if LIBRSVG

config LIBRSVG_PIXBUF_LOADER
	bool
	prompt "pixbuf loader support"
	help
	  FIXME

config LIBRSVG_SVGZ
	bool
	prompt "svgz support"
	help
	  FIXME

config LIBRSVG_CROCO
	bool
	prompt "libcroco support"
	help
	  FIXME

endif