[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 01/16: [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
noreply at xfce.org
noreply at xfce.org
Sun Jun 5 17:47:31 CEST 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository panel-plugins/xfce4-eyes-plugin.
commit a12f70935911796f78238fa1365b9986c59ad527
Author: Andre Miranda <andre42m at gmail.com>
Date: Wed May 25 23:42:17 2016 -0300
[gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
---
configure.ac.in | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index c2acda8..4f7be09 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -57,11 +57,9 @@ XDT_I18N([@LINGUAS@])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.20.0])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.8.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.14.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
dnl ***********************************
dnl *** Check for debugging support ***
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list