[eog-plugins] Depend at least on gtk+-2.12
- From: Felix Riemann <friemann src gnome org>
- To: svn-commits-list gnome org
- Subject: [eog-plugins] Depend at least on gtk+-2.12
- Date: Sat, 18 Jul 2009 16:22:49 +0000 (UTC)
commit a71eed022e2bbf0cbd1eb4eb035656ba1b711fc8
Author: Felix Riemann <friemann gnome org>
Date: Sat Jul 18 18:21:27 2009 +0200
Depend at least on gtk+-2.12
This is at the moment only required by the exif-details plugin. But it's
likely other plugins using GtkBuilder might show up, so we can depend on
it right from the beginning.
ChangeLog | 4 ++++
configure.ac | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b22a553..c9dc7df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-07-18 Felix Riemann <friemann gnome org>
+ * configure.ac: Raise gtk+ dependency to at least 2.12.
+
+2009-07-18 Felix Riemann <friemann gnome org>
+
* plugins/champlain/eog-champlain-plugin.c (impl_activate):
Make the sidebar's page title translatable.
diff --git a/configure.ac b/configure.ac
index 1b18728..0864229 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
PKG_CHECK_MODULES([EOG], [
glib-2.0 >= 2.12.0
- gtk+-2.0 >= 2.10.0
+ gtk+-2.0 >= 2.12.0
eog >= 2.19.0
])
AC_SUBST(EOG_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]