aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 54e1ad409b98124d6685c535fb3fb7e998816d5a (plain)
1
2
3
4
5
6
option('gif', type: 'feature', value : 'auto')
option('png', type: 'feature', value : 'enabled')
option('tiff', type: 'feature', value : 'enabled')
option('webp', type: 'feature', value : 'auto')
option('motif', type: 'feature', value : 'auto')
option('pdf', type: 'feature', value : 'enabled')