diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-11-05 16:30:49 +0100 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2019-11-06 09:27:10 +1300 |
commit | 2007a5b2406b48277fd9628bf00cb28e16109ed9 (patch) | |
tree | 9dc840c7217c09914c4547bbbaeac22b9e1040fb /meson_options.txt | |
parent | 5f6d5b77acd4e601f2bb59ba84eaca9865cea287 (diff) | |
download | gnome-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.txt | 1 |
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') |