build: Remove disabling Clutter's deprecation warnings while building it

Now that we have deprecation warnings and not full on symbol removal
from the headers, we can just skip Clutter's own, and use only GLib's.
This commit is contained in:
Emmanuele Bassi 2012-03-22 13:20:55 +00:00
parent 7d4475bce9
commit 4316a85c16

View File

@ -857,7 +857,7 @@ AS_CASE([$enable_deprecated],
[yes],
[
CLUTTER_DEPRECATED_CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS -DCLUTTER_DISABLE_DEPRECATION_WARNINGS"
CLUTTER_DEPRECATED_CFLAGS="-DGLIB_DISABLE_DEPRECATION_WARNINGS"
],
[AC_MSG_ERROR([Unknown argument for --enable-deprecated])]