From 22cb17f5b01d8f86b23f35dbbd1da8c750e08c94 Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Sun, 11 Jun 2017 11:38:26 +0300 Subject: [PATCH] Fix linking to dbus-glib 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. --- 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 -- 2.13.0