2021-12-22 22:07:49 +01:00
|
|
|
option('lcms2', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with Little CMS colour management')
|
2021-12-22 10:59:03 +01:00
|
|
|
option('jpeg-qs', type : 'feature', value : 'enabled',
|
|
|
|
description : 'Build with JPEG Quant Smooth integration')
|
2021-09-16 12:35:36 +02:00
|
|
|
option('libraw', type : 'feature', value : 'auto',
|
2021-12-15 06:47:32 +01:00
|
|
|
description : 'Build with raw photo 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-12-11 14:40:10 +01:00
|
|
|
option('libheif', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with HEIF/AVIF support, requires libheif')
|
2021-11-26 21:31:13 +01:00
|
|
|
option('libtiff', type : 'feature', value : 'auto',
|
|
|
|
description : 'Build with TIFF support, requires libtiff')
|
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')
|