summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@redhat.com>2018-07-14 10:00:39 +0200
committerCarlos Soriano <csoriano@redhat.com>2018-07-14 11:33:57 +0200
commitd31b8b59de62ae06b49c666893b02614a6ecf059 (patch)
treed98cf4ebf7339c6ab68bfc0063966ee04913634e /meson_options.txt
parentfd309ecfbc277409f1690f7746bc0472b99d1866 (diff)
downloadnautilus-d31b8b59de62ae06b49c666893b02614a6ecf059.tar.gz
general: Assume development profile if app id is not Nautilus
Instead of checking explicitly for some options, we allow any value as profile and assume is a development snapshot. This will help with having Flatpak bundles/refs of different branches with different purposes.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9d514eb76..072b4549c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,13 +4,4 @@ option('extensions', type: 'boolean', value: true)
option('packagekit', type: 'boolean', value: true)
option('selinux', type: 'boolean', value: false)
option('tests', type: 'combo', choices: ['none', 'headless', 'all'], value: 'headless')
-option(
- 'profile',
- type: 'combo',
- choices: [
- 'default',
- 'stable-flatpak',
- 'development'
- ],
- value: 'default'
-)
+option('profile', type : 'string', value : '', description : 'Profile to be used as app id') \ No newline at end of file