[Xfce4-commits] [xfce/xfce4-panel] 12/24: Get rid of more dbus-glib cflags and libs
noreply at xfce.org
noreply at xfce.org
Tue Jul 4 00:03:43 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 71b7e4224ae8cc60f2bf42f9fbfffc6cfac18971
Author: Ali Abdallah <ali at xfce.org>
Date: Fri Jun 23 13:44:56 2017 +0200
Get rid of more dbus-glib cflags and libs
---
panel/panel-plugin-external.c | 2 +-
plugins/actions/Makefile.am | 4 ++--
plugins/launcher/Makefile.am | 2 --
wrapper/Makefile.am | 4 ++--
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/panel/panel-plugin-external.c b/panel/panel-plugin-external.c
index ee52ccf..f412b06 100644
--- a/panel/panel-plugin-external.c
+++ b/panel/panel-plugin-external.c
@@ -34,7 +34,7 @@
#include <gdk/gdkx.h>
#include <libxfce4util/libxfce4util.h>
-#include <dbus/dbus-glib.h>
+#include <gio/gio.h>
#include <common/panel-private.h>
#include <common/panel-dbus.h>
diff --git a/plugins/actions/Makefile.am b/plugins/actions/Makefile.am
index af74ee4..2603dd0 100644
--- a/plugins/actions/Makefile.am
+++ b/plugins/actions/Makefile.am
@@ -22,7 +22,7 @@ libactions_la_CFLAGS = \
$(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(XFCONF_CFLAGS) \
- $(DBUS_CFLAGS) \
+ $(GIO_CFLAGS) \
$(PLATFORM_CFLAGS)
libactions_la_LDFLAGS = \
@@ -38,7 +38,7 @@ libactions_la_LIBADD = \
$(GTK_LIBS) \
$(LIBXFCE4UTIL_LIBS) \
$(LIBXFCE4UI_LIBS) \
- $(DBUS_LIBS) \
+ $(GIO_LIBS) \
$(XFCONF_LIBS)
libactions_la_DEPENDENCIES = \
diff --git a/plugins/launcher/Makefile.am b/plugins/launcher/Makefile.am
index 19fcda3..2ce91b3 100644
--- a/plugins/launcher/Makefile.am
+++ b/plugins/launcher/Makefile.am
@@ -27,7 +27,6 @@ liblauncher_la_CFLAGS = \
$(GARCON_CFLAGS) \
$(GIO_CFLAGS) \
$(XFCONF_CFLAGS) \
- $(DBUS_CFLAGS) \
$(PLATFORM_CFLAGS)
liblauncher_la_LDFLAGS = \
@@ -44,7 +43,6 @@ liblauncher_la_LIBADD = \
$(LIBXFCE4UTIL_LIBS) \
$(LIBXFCE4UI_LIBS) \
$(GARCON_LIBS) \
- $(DBUS_LIBS) \
$(GIO_LIBS) \
$(XFCONF_LIBS)
diff --git a/wrapper/Makefile.am b/wrapper/Makefile.am
index 6b70c95..609d91f 100644
--- a/wrapper/Makefile.am
+++ b/wrapper/Makefile.am
@@ -54,7 +54,7 @@ wrapper_1_0_SOURCES = \
wrapper_1_0_CFLAGS = \
$(GTK2_CFLAGS) \
- $(DBUS_CFLAGS) \
+ $(GIO_CFLAGS) \
$(GMODULE_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(PLATFORM_CFLAGS)
@@ -66,7 +66,7 @@ wrapper_1_0_LDFLAGS = \
wrapper_1_0_LDADD = \
$(top_builddir)/libxfce4panel/libxfce4panel-1.0.la \
$(GTK2_LIBS) \
- $(DBUS_LIBS) \
+ $(GIO_LIBS) \
$(GMODULE_LIBS) \
$(LIBXFCE4UTIL_LIBS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list