summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2018-12-19 14:07:38 +0100
committerMichael Catanzaro <mcatanzaro@posteo.net>2018-12-20 15:59:11 +0000
commit554a375e8a90d9fb0cffb10d3248b2a05767b456 (patch)
tree590e314632ff1d99caf12ef57ad4250b2ce134c2 /meson_options.txt
parent8ddaeb36a2d48f9ca6e520a1bf779132990b75c6 (diff)
downloadepiphany-554a375e8a90d9fb0cffb10d3248b2a05767b456.tar.gz
Use /etc/os-release to set distributor name
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/586
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f81ea8850..4a61f9597 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,12 +4,6 @@ option('developer_mode',
description: 'Enable developer mode'
)
-option('distributor_name',
- type: 'string',
- value: 'GNOME Web',
- description: 'Distributor name displayed on process crash page'
-)
-
option('tech_preview',
type: 'boolean',
value: false,