From b5b7a3aec3282c30fbe100901e7789666fc4cb14 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 9 Sep 2016 11:08:53 +1000 Subject: meson: add some starting build files for GL Currently only works on linux with egl/glx + wayland/x11 but the general principals have been layed out for adding the other GL platforms/winsys'. --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index bf0a7eee5..a52b47573 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1,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') -- cgit v1.2.1