aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: e5f45243ce78cc64c858479bd66908ad2e01a2dd (plain)
1
2
3
4
5
6
7
option('gettext', type : 'boolean', value : true)
option('sdl', type : 'feature', value : 'auto')
option('sdl_image', type : 'feature', value : 'auto')
option('vnc', type : 'feature', value : 'enabled')
option('vnc_jpeg', type : 'feature', value : 'auto')
option('vnc_png', type : 'feature', value : 'auto')
option('vnc_sasl', type : 'feature', value : 'auto')