summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: a52b47573636829d42df9295e1f2ec60f47a116d (plain)
1
2
3
4
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_gl_api', type : 'string', value : 'auto', description : 'A comma separated list of opengl APIs to enable building against. Supported values are opengl and gles2.')
option('with_gl_platform', type : 'string', value : 'auto', description : 'A comma separated list of opengl platforms to enable building against. Supported values are glx, egl, cgl, wgl and eagl')
option('with_gl_winsys', type : 'string', value : 'auto', description : 'A comma separated list of opengl windows systems to enable building against. Supported values are x11, wayland, win32, cocoa, and dispmanx')