summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-11-05 16:30:49 +0100
committerRobert Ancell <robert.ancell@canonical.com>2019-11-06 09:27:10 +1300
commit2007a5b2406b48277fd9628bf00cb28e16109ed9 (patch)
tree9dc840c7217c09914c4547bbbaeac22b9e1040fb /meson_options.txt
parent5f6d5b77acd4e601f2bb59ba84eaca9865cea287 (diff)
downloadgnome-control-center-2007a5b2406b48277fd9628bf00cb28e16109ed9.tar.gz
info: Use new helper to fetch GL/GLES renderers
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a899033b0..b7a7c055c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,5 @@
option('cheese', type: 'boolean', value: true, description: 'build with cheese webcam support')
option('documentation', type: 'boolean', value: false, description: 'build documentation')
-option('gnome_session_libexecdir', type: 'string', value: '', description: 'Directory for gnome-session\'s libexecdir')
option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
option('tests', type: 'boolean', value: true, description: 'build tests')