2021-09-16 12:35:36 +02:00
|
|
|
option('libraw', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with RAW support, requires LibRaw')
|
2021-11-09 19:42:43 +01:00
|
|
|
option('librsvg', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with SVG support, requires librsvg')
|
2021-11-17 13:45:42 +01:00
|
|
|
option('xcursor', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with Xcursor support, requires libXcursor')
|
2021-11-10 21:33:30 +01:00
|
|
|
option('gdk-pixbuf', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with a fallback to the gdk-pixbuf library')
|