summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-10-19 16:11:58 +1100
committerMatthew Waters <matthew@centricular.com>2016-10-19 17:10:48 +1100
commitc36ea6f56f69715a37a57dc977a3531c79c32b2d (patch)
treebf96690238940ea71cf6f8cc78e0c0b77fe6ce08 /meson_options.txt
parent0abeebc4e86a3b24041eb084381e960099c3a5b4 (diff)
downloadgstreamer-plugins-bad-c36ea6f56f69715a37a57dc977a3531c79c32b2d.tar.gz
meson: gl: add support for building with dispmanx on the rpi
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 a52b47573..ed97cda26 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,6 @@ 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')
+option('with_egl_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libEGL.so library (default: libEGL.so)')
+option('with_opengl_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libGL.so library (default: libGL.so)')
+option('with_gles2_module_name', type : 'string', value : '', description : 'The file to pass to g_module_open to open the libGLESv2.so library (default: libGLESv2.so)')