[gnome-shell] build: Remove -DG_DISABLE_DEPRECATED
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: Remove -DG_DISABLE_DEPRECATED
- Date: Thu, 15 Aug 2013 20:28:14 +0000 (UTC)
commit 16b216996507736e9a086a1ba15f62829437fa7c
Author: Colin Walters <walters verbum org>
Date: Thu Aug 15 16:05:44 2013 -0400
build: Remove -DG_DISABLE_DEPRECATED
The new mechanism for GLib deprecations is significantly better, and
this breaks the build in real world situations.
https://bugzilla.gnome.org/show_bug.cgi?id=706089
browser-plugin/Makefile.am | 1 -
src/Makefile-calendar-server.am | 1 -
src/Makefile-hotplug-sniffer.am | 1 -
src/Makefile-st.am | 1 -
src/Makefile-tray.am | 1 -
5 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index 0dc7da1..2088964 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -17,5 +17,4 @@ libgnome_shell_browser_plugin_la_SOURCES = \
libgnome_shell_browser_plugin_la_CFLAGS = \
$(BROWSER_PLUGIN_CFLAGS) \
- -DG_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"GnomeShellBrowserPlugin\"
diff --git a/src/Makefile-calendar-server.am b/src/Makefile-calendar-server.am
index 635c4ea..26d4b41 100644
--- a/src/Makefile-calendar-server.am
+++ b/src/Makefile-calendar-server.am
@@ -19,7 +19,6 @@ gnome_shell_calendar_server_CFLAGS = \
-DPREFIX=\""$(prefix)"\" \
-DLIBDIR=\""$(libdir)"\" \
-DDATADIR=\""$(datadir)"\" \
- -DG_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"ShellCalendarServer\" \
$(CALENDAR_SERVER_CFLAGS) \
$(NULL)
diff --git a/src/Makefile-hotplug-sniffer.am b/src/Makefile-hotplug-sniffer.am
index 1599218..4a475c1 100644
--- a/src/Makefile-hotplug-sniffer.am
+++ b/src/Makefile-hotplug-sniffer.am
@@ -11,7 +11,6 @@ gnome_shell_hotplug_sniffer_SOURCES =
\
gnome_shell_hotplug_sniffer_CFLAGS = \
-I$(top_srcdir)/src \
- -DG_DISABLE_DEPRECATED \
$(SHELL_HOTPLUG_SNIFFER_CFLAGS) \
$(NULL)
diff --git a/src/Makefile-st.am b/src/Makefile-st.am
index 6974e56..b828944 100644
--- a/src/Makefile-st.am
+++ b/src/Makefile-st.am
@@ -2,7 +2,6 @@ st_cflags = \
-I$(top_srcdir)/src \
-DPREFIX=\""$(prefix)"\" \
-DLIBDIR=\""$(libdir)"\" \
- -DG_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"St\" \
-DST_COMPILATION \
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
diff --git a/src/Makefile-tray.am b/src/Makefile-tray.am
index a3bd7d3..6a1dbf5 100644
--- a/src/Makefile-tray.am
+++ b/src/Makefile-tray.am
@@ -1,6 +1,5 @@
tray_cflags = \
-I$(top_srcdir)/src \
- -DG_DISABLE_DEPRECATED \
-DG_LOG_DOMAIN=\"notification_area\" \
$(TRAY_CFLAGS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]