summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2019-01-05 13:19:26 +0100
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-03-17 01:00:28 +0000
commit8061c1929caf99bce9a5f13df5d6d644baa01abd (patch)
treec34833e24ca0d80fecd68c7cdd5f574d5304fcd0 /meson_options.txt
parentc143681d5cf17424a12beea1ab8dda0bc2ec201c (diff)
downloadepiphany-8061c1929caf99bce9a5f13df5d6d644baa01abd.tar.gz
Enable co-existing of Epiphany Tech Preview with stable version
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/20
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 007c56393..512ef4079 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,6 +16,12 @@ option('tech_preview',
description: 'Enable Epiphany Tech Preview branding'
)
+option('profile',
+ type: 'string',
+ value: '',
+ description: 'Build with appended profile to application ID'
+)
+
option('unit_tests',
type: 'feature',
value: 'enabled',