[Xfce4-commits] [xfce/xfce4-session] 01/01: fix build failure when dbus is not in the system include path (Bug #14386)

noreply at xfce.org noreply at xfce.org
Sun Aug 26 16:29:49 CEST 2018


This is an automated email from the git hooks/post-receive script.

e   r   i   c       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-session.

commit 3bddf152b902d8a1e0f674b792577b2cca635c4b
Author: Brandon Bergren <xfce at bdragon.rtk0.net>
Date:   Sun Aug 26 10:28:05 2018 -0400

    fix build failure when dbus is not in the system include path (Bug #14386)
    
    The d-bus direct depenencies were taken out in 91860af3a38080,
    but the #include <dbus/dbus.h> in xfce4-session/xfsm-global.h
    and the #include <dbus/dbus-glib.h> line in xfsm-error.c got left
    in accidentally.
---
 xfce4-session/xfsm-error.c  | 2 --
 xfce4-session/xfsm-global.h | 1 -
 2 files changed, 3 deletions(-)

diff --git a/xfce4-session/xfsm-error.c b/xfce4-session/xfsm-error.c
index 2b7f6c0..f0766f5 100644
--- a/xfce4-session/xfsm-error.c
+++ b/xfce4-session/xfsm-error.c
@@ -20,8 +20,6 @@
 #include <config.h>
 #endif
 
-#include <dbus/dbus-glib.h>
-
 #include <xfce4-session/xfsm-error.h>
 
 #define XFSM_DBUS_NAME "org.xfce.SessionManager"
diff --git a/xfce4-session/xfsm-global.h b/xfce4-session/xfsm-global.h
index d458712..610d5bf 100644
--- a/xfce4-session/xfsm-global.h
+++ b/xfce4-session/xfsm-global.h
@@ -27,7 +27,6 @@
 #include <X11/SM/SMlib.h>
 
 #include <xfce4-session/xfsm-splash-screen.h>
-#include <dbus/dbus.h>
 
 typedef struct _FailsafeClient FailsafeClient;
 struct _FailsafeClient

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list