[clutter] build: Remove disabling Clutter's deprecation warnings while building it
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] build: Remove disabling Clutter's deprecation warnings while building it
- Date: Fri, 23 Mar 2012 11:03:45 +0000 (UTC)
commit 4316a85c16fba8edcf801641d8d3f2cda5958479
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Thu Mar 22 13:20:55 2012 +0000
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.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 22b0417..84ee9aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]