From: Guillaume Desmottes Date: Wed, 8 Feb 2012 14:04:55 +0000 (+0100) Subject: disable clutter deprecation warnings for now X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=1e10d537d22441f35ad57164e2231835a85698ed disable clutter deprecation warnings for now --- diff --git a/configure.ac b/configure.ac index 0c2187d6..cb92b839 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