[gnome-calendar/gnome-3-26] project: fix meson file
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gnome-3-26] project: fix meson file
- Date: Tue, 12 Sep 2017 02:15:37 +0000 (UTC)
commit 490cbcd02452b1f9ff154746489e91ca81214061
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Sep 11 23:12:09 2017 -0300
project: fix meson file
meson.build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 5112921..1c4a2ce 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-calendar', 'c',
- version: '3.25.90',
+ version: '3.26.0',
license: 'GPL3+',
default_options: [
'buildtype=debugoptimized',
@@ -38,7 +38,7 @@ calendar_schemadir = join_paths(calendar_datadir, 'glib-2.0', 'schemas')
###########
calendar_buildtype = get_option('buildtype')
-calendar_debug = calendar_minor_version.is_odd() or buildtype.contains('debug')
+calendar_debug = calendar_minor_version.is_odd() or calendar_buildtype.contains('debug')
enable_tracing = get_option('enable-tracing')
enable_gtk_doc = get_option('enable-gtk-doc')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]