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