[gnac/gnac-gsettings] Check for required gio version
- From: Benoît Dupasquier <bdupasqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnac/gnac-gsettings] Check for required gio version
- Date: Fri, 15 Oct 2010 23:40:22 +0000 (UTC)
commit 4ac66a57b3335e6cbbba1d47735c77de9f8bfd0c
Author: Benoît Dupasquier <bdupasqu src gnome org>
Date: Sat Oct 16 00:40:16 2010 +0100
Check for required gio version
configure.ac | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3a4147f..8b3f111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,19 +67,21 @@ GNOME_CXX_WARNINGS([yes])
GNOME_MAINTAINER_MODE_DEFINES
dnl Find GLib and GObject
+GIO_REQUIRED=2.25
PKG_CHECK_MODULES(GLIB, [
- gio-2.0
+ gio-2.0 >= $GIO_REQUIRED
glib-2.0
gobject-2.0
gthread-2.0
+ libxml-2.0
])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
dnl Find the UI libraries
+GTK_REQUIRED=2.14
PKG_CHECK_MODULES(UI, [
- gtk+-2.0 >= 2.14
- libxml-2.0
+ gtk+-2.0 >= $GTK_REQUIRED
])
AC_SUBST(UI_CFLAGS)
AC_SUBST(UI_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]