aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 67455c57bc93dd41dbe853455a6820be040317d7 (plain)
1
2
3
4
5
6
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')