[gnome-maps] Add min versions for GTK and geoclue
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] Add min versions for GTK and geoclue
- Date: Thu, 26 Feb 2015 19:21:23 +0000 (UTC)
commit d6cde371aa7c62df2ac382510c1c8e2f963b65a5
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Thu Feb 26 20:20:58 2015 +0100
Add min versions for GTK and geoclue
configure.ac | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 28d28c8..130b166 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,11 +29,15 @@ AC_SUBST(GLIB_MKENUMS)
GIO_MIN_VERSION=2.39.3
GJS_MIN_VERSION=1.43.3
GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1
+GTK_MIN_VERSION=3.15.9
+GEOCLUE_MIN_VERSION=0.12.99
PKG_CHECK_MODULES(GNOME_MAPS, [
gio-2.0 >= $GIO_MIN_VERSION
gjs-1.0 >= $GJS_MIN_VERSION
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_MIN_VERSION
+ gtk+-3.0 >= $GTK_MIN_VERSION
+ geoclue >= $GEOCLUE_MIN_VERSION
])
FOLKS_MIN_VERSION=0.10.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]