summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-09-09 11:08:53 +1000
committerMatthew Waters <matthew@centricular.com>2016-09-09 11:22:47 +1000
commitb5b7a3aec3282c30fbe100901e7789666fc4cb14 (patch)
tree9aa182ea588ee6080f5e1b08cf3b5be53a6cfc89 /meson_options.txt
parent753c423784a3f24c217e37770272499449c8af61 (diff)
downloadgstreamer-plugins-bad-b5b7a3aec3282c30fbe100901e7789666fc4cb14.tar.gz
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'.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
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')