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

menuconfig LIBRSVG
	tristate
	prompt "librsvg                       "
	select GTK
	select LIBXML2
	select LIBXML2_PUSH
	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
	  This enables the librsvg-based gdk-pixbuf loader.

config LIBRSVG_SVGZ
	bool
	prompt "svgz support"
	help
	  Adds support for the ompressed Scalable Vector Graphics
	  file format (SVGZ)

config LIBRSVG_CROCO
	bool
	prompt "libcroco support"
	help
	  Libcroco is a general CSS parsing and manipulation library.
	  It enhances librsvg to provide extra features.

endif