[nautilus] meson: Handle correctly the Devel suffix
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] meson: Handle correctly the Devel suffix
- Date: Mon, 10 Dec 2018 14:16:00 +0000 (UTC)
commit 85c86bd55d33656d88c655ba55ac72fc0b65cb7b
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Mon Dec 10 14:15:48 2018 +0000
meson: Handle correctly the Devel suffix
meson.build | 3 +--
1 file changed, 1 insertion(+), 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')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]