Přemysl Eric Janouch
ac70c7724b
The gdk-pixbuf plugin does not work here, for whatever reason. Moreover, close integration exposes higher bit depths, metadata, and auxiliary images. The library is awful and copylefted, but it's the only reasonable thing that works.
13 lines
697 B
Meson
13 lines
697 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('libheif', type : 'feature', value : 'auto',
|
|
description : 'Build with HEIF/AVIF support, requires libheif')
|
|
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')
|