[gnome-color-manager/gnome-3-8] configure: we need at least clutter 1.12 to properly build with mash
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager/gnome-3-8] configure: we need at least clutter 1.12 to properly build with mash
- Date: Wed, 21 Aug 2013 08:36:05 +0000 (UTC)
commit 210739aa088a2771adc4b69fa5c718b6819088ef
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Tue Aug 20 23:15:26 2013 +0200
configure: we need at least clutter 1.12 to properly build with mash
Signed-off-by: Richard Hughes <richard hughsie com>
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 30aaaf8..4a28cce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,12 +91,12 @@ AC_ARG_ENABLE(clutter, AS_HELP_STRING([--enable-clutter],[Enable clutter for 3D
if test x$enable_clutter != xno; then
# test for new mash
PKG_CHECK_MODULES(CLUTTER,
- clutter-1.0 >= 1.9.11 clutter-gtk-1.0 mash-0.2,
+ clutter-1.0 >= 1.12.0 clutter-gtk-1.0 mash-0.2,
has_clutter=yes, has_clutter=no)
if test x$has_clutter == xno; then
# test for old mash
PKG_CHECK_MODULES(CLUTTER,
- clutter-1.0 >= 1.9.11 clutter-gtk-1.0 mash-0.1,
+ clutter-1.0 >= 1.12.0 clutter-gtk-1.0 mash-0.1,
has_clutter=yes, has_clutter=no)
fi
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]