[gnome-control-center] [display] Needs to be linked against dbus-glib



commit 576f3895f71b5e89a5cb6c1f2c79d0479769a8b2
Author: Colin Walters <walters verbum org>
Date:   Tue Jul 20 17:23:45 2010 -0400

    [display] Needs to be linked against dbus-glib
    
    Would be a lot better to port this to GDBus, but in the
    interest of correctness we should do this fix now.

 panels/display/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/panels/display/Makefile.am b/panels/display/Makefile.am
index 8c565b2..895282d 100644
--- a/panels/display/Makefile.am
+++ b/panels/display/Makefile.am
@@ -18,7 +18,7 @@ libdisplay_la_SOURCES = 	\
 	scrollarea.h		\
 	foo-marshal.h
 
-libdisplay_la_LIBADD = $(PANEL_LIBS)
+libdisplay_la_LIBADD = $(DBUS_LIBS) $(PANEL_LIBS)
 libdisplay_la_LDFLAGS = $(PANEL_LDFLAGS) $(DISPLAY_CAPPLET_LIBS)
 
 sbin_PROGRAMS = gnome-display-properties-install-systemwide
@@ -55,6 +55,7 @@ Desktop_in_files = gnome-display-panel.desktop.in
 desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
 
 INCLUDES   = $(DISPLAY_CAPPLET_CFLAGS) \
+	     $(DBUS_CFLAGS) \
              $(GNOMECC_CAPPLETS_CFLAGS) \
 	     -DSBINDIR="\"$(sbindir)\"" \
 	     -DUIDIR="\"$(uidir)\"" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]