[gnome-main-menu] [misc] Requires libslab 2.27.1
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-main-menu] [misc] Requires libslab 2.27.1
- Date: Sat, 8 Aug 2009 15:13:55 +0000 (UTC)
commit 735c2b02f11631d5669192c5aa50de3429bb422c
Author: Vincent Untz <vuntz gnome org>
Date: Sat Aug 8 17:13:19 2009 +0200
[misc] Requires libslab 2.27.1
We now depend on a behavior change in libslab (gtk_main() not called by
libslab).
configure.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2b981ff..6806234 100644
--- a/configure.in
+++ b/configure.in
@@ -43,6 +43,7 @@ dnl ==============================================
GLIB_REQUIRED=2.16.0
GTK_REQUIRED=2.14
+SLAB_REQUIRED=2.27.1
AM_PATH_GLIB_2_0($GLIB_REQUIRED,,,gobject)
@@ -51,7 +52,7 @@ COMMON_MODULES="glib-2.0 >= $GLIB_REQUIRED \
gobject-2.0 \
gtk+-2.0 >= $GTK_REQUIRED \
gdk-2.0 \
- libslab"
+ libslab >= $SLAB_REQUIRED"
PKG_CHECK_MODULES(GLADE, libglade-2.0)
AC_SUBST(GLADE_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]