aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-08 22:04:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-08 22:04:55 +0800
commit1e10d537d22441f35ad57164e2231835a85698ed (patch)
treeede7c42b20a49bea016edd231c7b81fd7f12bc60
parenta7d8fb33fc1173ee4414d956a12e311ba3ec4c8b (diff)
downloadgsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.tar
gsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.tar.gz
gsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.tar.bz2
gsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.tar.lz
gsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.tar.xz
gsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.tar.zst
gsoc2013-empathy-1e10d537d22441f35ad57164e2231835a85698ed.zip
disable clutter deprecation warnings for now
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0c2187d69..cb92b839e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,9 @@ CHAMPLAIN_REQUIRED=0.12.1
# those warnings later during the cycle (bgo #662662)
AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
+# FIXME: bgo #669673
+AC_DEFINE(CLUTTER_DISABLE_DEPRECATION_WARNINGS, 1, [Build with Clutter deprecated])
+
# telepathy-yell
prev_top_build_prefix=$ac_top_build_prefix
prev_ac_configure_args=$ac_configure_args