[Xfce4-commits] [apps/parole] 01/01: Disable the clutter backend with GTK 3.22+, pending support for newer GtkClutter integration
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 01:18:43 CET 2017
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/parole.
commit 61e2f9c52d9671a9d889663968a4657127cd36f2
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Feb 25 19:18:38 2017 -0500
Disable the clutter backend with GTK 3.22+, pending support for newer GtkClutter integration
---
configure.ac.in | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 4db6df3..7fd4de6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -92,6 +92,7 @@ m4_define([gtk_minimum_version], [3.2.0])
m4_define([glib_minimum_version], [2.32.0])
m4_define([clutter_minimum_version], [1.16.4])
m4_define([cluttergtk_minimum_version], [1.4.4])
+m4_define([clutter_gtk_blacklist_version], [3.22.0])
m4_define([dbus_minimum_version], [0.60])
m4_define([dbus_glib_minimum_version], [0.70])
@@ -195,8 +196,10 @@ fi
# ===================================================== #
# Clutter support #
# ===================================================== #
-AC_ARG_ENABLE([clutter], AC_HELP_STRING([--enable-clutter], [Include clutter backend]),
- [ac_clutter=$enableval], [ac_clutter=no])
+XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [clutter_gtk_blacklist_version], [ac_clutter=blacklisted], [
+ AC_ARG_ENABLE([clutter], AC_HELP_STRING([--enable-clutter], [Include clutter backend]),
+ [ac_clutter=$enableval], [ac_clutter=no])
+])
AC_MSG_CHECKING([whether to build the clutter backend])
AM_CONDITIONAL([PAROLE_CLUTTER_BACKEND], [test x"$ac_clutter" = x"yes"])
AC_MSG_RESULT([$ac_clutter])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list