aboutsummaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 74699ab0c130c2bfe563e5436ca28f046f97a31c (plain)
1
2
3
4
5
6
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')
option('pdf', type: 'feature', value : 'enabled')