11 lines
580 B
Meson
11 lines
580 B
Meson
option('libraw', type : 'feature', value : 'auto',
|
|
description : 'Build with raw photo 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')
|