[ekiga/ds-gtk-application] Configure: Impose more recent GTK+ release.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk-application] Configure: Impose more recent GTK+ release.
- Date: Sun, 6 Apr 2014 16:04:31 +0000 (UTC)
commit 3a3157023a354e7411f2a31157ac71d539c449af
Author: Damien Sandras <dsandras beip be>
Date: Sun Apr 6 16:54:24 2014 +0200
Configure: Impose more recent GTK+ release.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a0667ed..82e8cdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,9 +153,9 @@ dnl Mandatory GTK+ support
dnl ###############################
# on Windows the icons are manually copied in the installer
if test "x${gm_platform}" = "xmingw" ; then
- PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.4.0])
+ PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.12.0])
else
- PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.4.0 gnome-icon-theme >= 3.0.0])
+ PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.12.0 gnome-icon-theme >= 3.0.0])
fi
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24.0 gmodule-2.0 gobject-2.0 gthread-2.0 gio-2.0])
AC_ARG_ENABLE([gtk-debug],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]