summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 74a441f8e..924bfac0d 100644
--- a/meson.build
+++ b/meson.build
@@ -153,8 +153,7 @@ xml = dependency('libxml-2.0', version: '>= 2.7.8')
#################
conf = configuration_data()
-if get_option('profile') == 'development'
- profile = 'Devel'
+if get_option('profile') == 'Devel'
name_suffix = ' (Development Snapshot)'
elif get_option('profile') != ''
profile = get_option('profile')