This is an automated email from the git hooks/post-receive script. eric pushed a commit to branch master in repository xfce/xfce4-session.
commit 9a5a0bd08379c02ea4e171ae2db9768916742aad Author: Eric Koegel <[email protected]> Date: Wed Apr 20 18:22:09 2016 +0300 Update deps for Gtk3 --- configure.ac.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index 3f6bc86..5e56170 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -100,14 +100,14 @@ dnl Check for i18n support XDT_I18N([@LINGUAS@]) dnl Check for required packages -XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.9.0]) -XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.11.0]) +XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0]) +XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0]) XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.10.0]) XDT_CHECK_PACKAGE([GMODULE], [gmodule-2.0], [2.24.0]) -XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-1.0], [2.30]) +XDT_CHECK_PACKAGE([LIBWNCK], [libwnck-3.0], [3.10]) XDT_CHECK_PACKAGE([DBUS], [dbus-1], [1.1.0]) XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.84]) -XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.9.0]) +XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.12.0]) dnl Check for Polkit/PolicyKit XDT_CHECK_OPTIONAL_PACKAGE([POLKIT], [polkit-gobject-1], [0.102], -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
