summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-23 12:12:06 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-23 12:48:53 -0300
commitcea4346d84eda7df2f0d02c1c716217fca7c1982 (patch)
tree1491f8fc03cdf48852b2869bcc792f7ef675e3ae /meson_options.txt
parent2ea086e97d0d81da70849befecf5db7eb54b5e7c (diff)
meson: Build GIR files
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 ed97cda26..5d66945ed 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -5,3 +5,6 @@ option('with_gl_winsys', type : 'string', value : 'auto', description : 'A comma
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)')
+option('disable_introspection',
+ type : 'boolean', value : false,
+ description : 'Whether to disable the introspection generation')