summaryrefslogtreecommitdiffstats
path: root/gnome-applets-dbus-glib.patch
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-11-03 17:09:24 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-11-03 17:09:24 -0400
commit9d5f0d8b060d2eb2b6c8ac4be67d5a52ca9c39dd (patch)
tree4462c26566342b7a2ba7b224618f8cc4e24227c2 /gnome-applets-dbus-glib.patch
parente41f25aebe0fd1dffb1cb5cfa8065b54328bc2e3 (diff)
downloadgnome-applets-9d5f0d8b060d2eb2b6c8ac4be67d5a52ca9c39dd.tar.gz
gnome-applets-9d5f0d8b060d2eb2b6c8ac4be67d5a52ca9c39dd.tar.xz
gnome-applets-9d5f0d8b060d2eb2b6c8ac4be67d5a52ca9c39dd.zip
rebuild against new libnotify
Diffstat (limited to 'gnome-applets-dbus-glib.patch')
-rw-r--r--gnome-applets-dbus-glib.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome-applets-dbus-glib.patch b/gnome-applets-dbus-glib.patch
new file mode 100644
index 0000000..fcece10
--- /dev/null
+++ b/gnome-applets-dbus-glib.patch
@@ -0,0 +1,12 @@
+diff -up gnome-applets-2.32.0/configure.in.dbus-glib gnome-applets-2.32.0/configure.in
+--- gnome-applets-2.32.0/configure.in.dbus-glib 2010-11-03 16:46:18.251241996 -0400
++++ gnome-applets-2.32.0/configure.in 2010-11-03 16:46:55.642242004 -0400
+@@ -273,7 +273,7 @@ AC_SUBST(XML2_LIBS)
+
+ dnl -- check for libgweather (required for gweather applet) ------------------
+ build_libgweather_applets=false
+-PKG_CHECK_MODULES(LIBGWEATHER, gweather >= $GWEATHER_REQUIRED,
++PKG_CHECK_MODULES(LIBGWEATHER, gweather >= $GWEATHER_REQUIRED dbus-glib-1,
+ build_libgweather_applets=true,
+ AC_MSG_WARN([libgweather not found. Not building the weather applet.]))
+ AC_SUBST(LIBGWEATHER_CFLAGS)