[ekiga/ds-gtk3-new: 2/7] We now depend on GTK+ 3.0.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk3-new: 2/7] We now depend on GTK+ 3.0.
- Date: Sun, 10 Mar 2013 16:21:39 +0000 (UTC)
commit b73bd9b506fc8cd209f0c8c11b0ecec8e433bdff
Author: Damien Sandras <dsandras beip be>
Date: Sun Mar 10 17:13:23 2013 +0100
We now depend on GTK+ 3.0.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a6d520d..02ee796 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+-2.0 >= 2.20.0])
+ PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.4.0])
else
- PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.20.0 gnome-icon-theme >= 3.0.0])
+ PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.4.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])
AC_ARG_ENABLE([gtk-debug],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]