[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix linking to dbus-glib (bug #13633)

noreply at xfce.org noreply at xfce.org
Sun Jun 11 13:13:43 CEST 2017


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

b   l   u   e   s   a   b   r   e       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-settings.

commit 570aa72683535eeedd0d15527f5c11f737ac150b
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Jun 11 11:38:26 2017 +0300

    Fix linking to dbus-glib (bug #13633)
    
    With xfconf moving to GDBus nothing provides the libs for dbus-glib
    that xfce4-settings requires. This patch adds the libs back in until
    settings can be ported to GDBus.
    
    Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
 xfce4-settings-editor/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xfce4-settings-editor/Makefile.am b/xfce4-settings-editor/Makefile.am
index 9b0c9f6..028f50c 100644
--- a/xfce4-settings-editor/Makefile.am
+++ b/xfce4-settings-editor/Makefile.am
@@ -43,7 +43,8 @@ xfce4_settings_editor_LDADD = \
 	$(GTK_LIBS) \
 	$(LIBXFCE4UTIL_LIBS) \
 	$(LIBXFCE4UI_LIBS) \
-	$(XFCONF_LIBS)
+	$(XFCONF_LIBS) \
+	$(DBUS_GLIB_LIBS)
 
 desktopdir = $(datadir)/applications
 desktop_in_files = xfce4-settings-editor.desktop.in

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


More information about the Xfce4-commits mailing list