SOURCES: gnome-power-manager-am.patch (NEW) - fix linking with dbus

wrobell wrobell at pld-linux.org
Mon Sep 5 14:26:18 CEST 2005


Author: wrobell                      Date: Mon Sep  5 12:26:18 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix linking with dbus

---- Files affected:
SOURCES:
   gnome-power-manager-am.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gnome-power-manager-am.patch
diff -u /dev/null SOURCES/gnome-power-manager-am.patch:1.1
--- /dev/null	Mon Sep  5 14:26:18 2005
+++ SOURCES/gnome-power-manager-am.patch	Mon Sep  5 14:26:13 2005
@@ -0,0 +1,15 @@
+--- gnome-power-manager-0.2.0/src/Makefile.am.orig	2005-08-20 23:56:10.000000000 +0100
++++ gnome-power-manager-0.2.0/src/Makefile.am	2005-09-03 10:11:11.000000000 +0100
+@@ -49,10 +49,10 @@
+ 
+ if HAVE_LIBNOTIFY
+ gnome_power_preferences_LDADD =				\
+-	$(LIBNOTIFY_LIBS) $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS)
++	$(LIBNOTIFY_LIBS) $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) $(DBUS_LIBS)
+ else
+ gnome_power_preferences_LDADD =				\
+-	$(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS)
++	$(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) $(DBUS_LIBS)
+ endif
+ 
+ gnome_power_manager_SOURCES =				\
================================================================



More information about the pld-cvs-commit mailing list