From 192698b7bdfe04e9b6ef4ad4e022422f34a00a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Nov 2021 21:33:30 +0100 Subject: Add support for defaulting to gdk-pixbuf --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 3d89ed8..fc53ac5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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') -- cgit v1.2.3