summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-08-12 00:09:20 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-08-12 00:09:20 +0100
commit8178688b69f98db2cb819b008017181e55f3d4e4 (patch)
tree237786e2a2eeb109d5056bf515f4fa30a2c003d2 /meson_options.txt
parent553de4906f869d7cd80b53088188609c3bc182ec (diff)
downloadgstreamer-plugins-base-8178688b69f98db2cb819b008017181e55f3d4e4.tar.gz
meson: update available gl_winsys in options list
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 906acb385..66f5c4983 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,8 +6,8 @@ option('gl_platform', type : 'array',
choices : ['glx', 'egl', 'cgl', 'wgl', 'eagl', 'auto'], value : ['auto'],
description : 'A comma separated list of opengl platforms to enable building against')
option('gl_winsys', type : 'array',
- choices : ['x11', 'wayland', 'win32', 'cocoa', 'dispmanx', 'auto'], value : ['auto'],
- description : 'A comma separated list of opengl windows systems to enable building against. Supported values are x11, wayland, win32, cocoa, and dispmanx')
+ choices : ['x11', 'wayland', 'win32', 'cocoa', 'dispmanx', 'viv-fb', 'gbm', 'auto'], value : ['auto'],
+ description : 'A comma separated list of opengl windows systems to enable building against. Supported values are x11, wayland, win32, cocoa, dispmanx, viv-fb and gbm')
option('egl_module_name', type : 'string', value : '',
description : 'The file to pass to g_module_open to open the libEGL library (default: libEGL)')
option('opengl_module_name', type : 'string', value : '',