diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..ce37188 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,5 @@ +option('gif', type: 'feature', value : 'enabled') +option('png', type: 'feature', value : 'enabled') +option('tiff', type: 'feature', value : 'enabled') +option('webp', type: 'feature', value : 'disabled') +option('motif', type: 'feature', value : 'disabled') |