summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 832b916aea7c5b4acdc481f81dc18a3d78eadbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
option('with-glut',              type : 'string')
option('egl',                    type : 'feature')
option('gles1',                  type : 'feature')
option('gles2',                  type : 'feature')
option('glut',                   type : 'feature')
option('osmesa',                 type : 'feature')
option('libdrm',                 type : 'feature')
option('x11',                    type : 'feature')
option('vulkan',                 type : 'feature')
option('wayland',                type : 'feature')
option('with-system-data-files', type : 'boolean', value : false)