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
This commit is contained in:
parent
6a7fa52879
commit
16b2169965
@ -17,5 +17,4 @@ libgnome_shell_browser_plugin_la_SOURCES = \
|
|||||||
|
|
||||||
libgnome_shell_browser_plugin_la_CFLAGS = \
|
libgnome_shell_browser_plugin_la_CFLAGS = \
|
||||||
$(BROWSER_PLUGIN_CFLAGS) \
|
$(BROWSER_PLUGIN_CFLAGS) \
|
||||||
-DG_DISABLE_DEPRECATED \
|
|
||||||
-DG_LOG_DOMAIN=\"GnomeShellBrowserPlugin\"
|
-DG_LOG_DOMAIN=\"GnomeShellBrowserPlugin\"
|
||||||
|
@ -19,7 +19,6 @@ gnome_shell_calendar_server_CFLAGS = \
|
|||||||
-DPREFIX=\""$(prefix)"\" \
|
-DPREFIX=\""$(prefix)"\" \
|
||||||
-DLIBDIR=\""$(libdir)"\" \
|
-DLIBDIR=\""$(libdir)"\" \
|
||||||
-DDATADIR=\""$(datadir)"\" \
|
-DDATADIR=\""$(datadir)"\" \
|
||||||
-DG_DISABLE_DEPRECATED \
|
|
||||||
-DG_LOG_DOMAIN=\"ShellCalendarServer\" \
|
-DG_LOG_DOMAIN=\"ShellCalendarServer\" \
|
||||||
$(CALENDAR_SERVER_CFLAGS) \
|
$(CALENDAR_SERVER_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
@ -11,7 +11,6 @@ gnome_shell_hotplug_sniffer_SOURCES = \
|
|||||||
|
|
||||||
gnome_shell_hotplug_sniffer_CFLAGS = \
|
gnome_shell_hotplug_sniffer_CFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-DG_DISABLE_DEPRECATED \
|
|
||||||
$(SHELL_HOTPLUG_SNIFFER_CFLAGS) \
|
$(SHELL_HOTPLUG_SNIFFER_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@ st_cflags = \
|
|||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-DPREFIX=\""$(prefix)"\" \
|
-DPREFIX=\""$(prefix)"\" \
|
||||||
-DLIBDIR=\""$(libdir)"\" \
|
-DLIBDIR=\""$(libdir)"\" \
|
||||||
-DG_DISABLE_DEPRECATED \
|
|
||||||
-DG_LOG_DOMAIN=\"St\" \
|
-DG_LOG_DOMAIN=\"St\" \
|
||||||
-DST_COMPILATION \
|
-DST_COMPILATION \
|
||||||
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
|
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
tray_cflags = \
|
tray_cflags = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-DG_DISABLE_DEPRECATED \
|
|
||||||
-DG_LOG_DOMAIN=\"notification_area\" \
|
-DG_LOG_DOMAIN=\"notification_area\" \
|
||||||
$(TRAY_CFLAGS) \
|
$(TRAY_CFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user