diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-01-28 08:28:10 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-01-28 08:34:34 +0000 |
commit | 2101e3c3d3daf177d3d3d991ba0498bb67fc02b9 (patch) | |
tree | 327757d9441d0191a63505d2ce569b9e3281a132 /meson_options.txt | |
parent | 581bec9598943cc9274dfe7db1a73a4c878c3cdd (diff) | |
download | efl-2101e3c3d3daf177d3d3d991ba0498bb67fc02b9.tar.gz |
webp - promote to default on
i just noticed a pattern... we recommend in our sample confs ... to
not disable webp. why keep doing that and why not just make it a dep
on by default you need to explicitly disable? make lives easier and
less complex. it was a good exercise to write these as it points this
out... :)
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 50eedcc806..338c8f386b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -190,7 +190,7 @@ option('evas-loaders-disabler', type : 'array', description : 'List of modular image/vector loaders to disable in efl', choices : ['gst', 'pdf', 'ps', 'raw', 'svg', 'rsvg', 'xcf', 'bmp', 'dds', 'eet', 'generic', 'gif', 'ico', 'jp2k', 'jpeg', 'pmaps', 'png', 'psd', 'tga', 'tgv', 'tiff', 'wbmp', 'webp', 'xpm', 'json'], - value : ['webp', 'json'] + value : ['json'] ) option('ecore-imf-loaders-disabler', |