]> git.pld-linux.org Git - packages/gnome-power-manager.git/commitdiff
- fix linking with dbus
authorwrobell <wrobell@pld-linux.org>
Mon, 5 Sep 2005 12:26:13 +0000 (12:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-power-manager-am.patch -> 1.1

gnome-power-manager-am.patch [new file with mode: 0644]

diff --git a/gnome-power-manager-am.patch b/gnome-power-manager-am.patch
new file mode 100644 (file)
index 0000000..c1ab823
--- /dev/null
@@ -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 =                         \
This page took 0.0760459999999999 seconds and 4 git commands to generate.