diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-10 21:33:30 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-10 21:34:15 +0100 |
commit | 192698b7bdfe04e9b6ef4ad4e022422f34a00a53 (patch) | |
tree | 44bedabda67d73493e110c69aaec212684e69b06 /meson_options.txt | |
parent | 405f9758997e6399bb573f4fc1119e493fe9c195 (diff) | |
download | fiv-192698b7bdfe04e9b6ef4ad4e022422f34a00a53.tar.gz fiv-192698b7bdfe04e9b6ef4ad4e022422f34a00a53.tar.xz fiv-192698b7bdfe04e9b6ef4ad4e022422f34a00a53.zip |
Add support for defaulting to gdk-pixbuf
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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') |