aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 468aea88b1532bcfb1c348e5f737a987f835417b (plain)
1
2
3
4
5
6
7
8
9
10
option('libraw', type : 'feature', value : 'auto',
    description : 'Build with RAW support, requires LibRaw')
option('librsvg', type : 'feature', value : 'auto',
	description : 'Build with SVG support, requires librsvg')
option('xcursor', type : 'feature', value : 'auto',
	description : 'Build with Xcursor support, requires libXcursor')
option('libtiff', type : 'feature', value : 'auto',
	description : 'Build with TIFF support, requires libtiff')
option('gdk-pixbuf', type : 'feature', value : 'auto',
	description : 'Build with a fallback to the gdk-pixbuf library')