[gitg] Require vala 0.32
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Require vala 0.32
- Date: Thu, 11 Aug 2016 16:07:44 +0000 (UTC)
commit 955b776c70763f144ca68427f21e269885f14d89
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Thu Aug 11 18:05:35 2016 +0200
Require vala 0.32
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ba56a9..ba45b40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -162,10 +162,10 @@ PKG_CHECK_MODULES(XML, [
GTK_SHORTCUTS_WINDOW_REQUIRED_VERSION=3.19
PKG_CHECK_EXISTS(gtk+-3.0 >= $GTK_SHORTCUTS_WINDOW_REQUIRED_VERSION,
- [gtk_shortcuts_window=yes; MIN_VALA_VERSION=0.31.1],
- [gtk_shortcuts_window=no; MIN_VALA_VERSION=0.26])
+ [gtk_shortcuts_window=yes],
+ [gtk_shortcuts_window=no])
-AM_PROG_VALAC($MIN_VALA_VERSION)
+AM_PROG_VALAC(0.32)
AM_CONDITIONAL(GTK_SHORTCUTS_WINDOW, test "$gtk_shortcuts_window" = "yes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]