summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2017-11-15 20:24:37 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2017-11-15 20:28:25 -0600
commit5583b9646756e06c31c3a0b65e02683db904db33 (patch)
tree673ed47a12ef81a40e9035039961edd2bf32fe99 /meson_options.txt
parent5c1fa0bdebd45d52503336f7215b445f6ce1a6cf (diff)
downloadepiphany-5583b9646756e06c31c3a0b65e02683db904db33.tar.gz
Add Epiphany Tech Preview branding
And use git describe to compute the version, so I can tell which commit I'm using.
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 58405865e..4afbd841e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,6 +16,12 @@ option('https_everywhere',
description: 'Enable experimental HTTPS Everywhere support'
)
+option('tech_preview',
+ type: 'boolean',
+ value: false,
+ description: 'Enable Epiphany Tech Preview branding'
+)
+
option('unit_tests',
type: 'boolean',
value: true,