aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: b97f84892c0d293646de85ccc0fca2c8296a298a (plain)
1
2
3
4
5
6
7
8
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('gdk-pixbuf', type : 'feature', value : 'auto',
	description : 'Build with a fallback to the gdk-pixbuf library')