summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 3b9a68a8d25809fdac1ff893b10a6d766d473e95 (plain)
1
2
3
4
5
option('driverdir', type : 'string', description : 'drivers path')
option('disable_drm', type : 'boolean', value : false)
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_glx', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')