Add support for defaulting to gdk-pixbuf

This commit is contained in:
2021-11-10 21:33:30 +01:00
parent 405f975899
commit 192698b7bd
5 changed files with 42 additions and 2 deletions

View File

@@ -2,3 +2,5 @@ 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')