summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2019-03-12 16:59:56 +1300
committerRobert Ancell <robert.ancell@canonical.com>2019-12-18 12:29:19 +1300
commitaa471faa4ae0aed1bdfe979e760f6426d3df445f (patch)
tree2bf67d5454bfa9212325b52a96cac472e0a4f60f /meson_options.txt
parent4ffc990d939089b52fa7706ff81a1cf22de624ce (diff)
downloadgnome-control-center-aa471faa4ae0aed1bdfe979e760f6426d3df445f.tar.gz
applications: Show snap app sizes
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b7a7c055c..e76308e8a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,7 @@ option('cheese', type: 'boolean', value: true, description: 'build with cheese w
option('documentation', type: 'boolean', value: false, description: 'build documentation')
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('snap', type: 'boolean', value: false, description: 'build with Snap support')
option('tests', type: 'boolean', value: true, description: 'build tests')
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')