diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-10 18:32:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-10 18:32:25 +0200 |
commit | e9289cb88946a8b278e0b8df176fa8983745d46f (patch) | |
tree | b9ef35d3302208a825fd18779a128f65e84308cc /mozilla-gdk-pixbuf.patch | |
parent | cbbfc6bff7b8e8a1a59739173805ab68cefcaeb7 (diff) |
firefox-3.6.9-1
Diffstat (limited to 'mozilla-gdk-pixbuf.patch')
-rw-r--r-- | mozilla-gdk-pixbuf.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mozilla-gdk-pixbuf.patch b/mozilla-gdk-pixbuf.patch new file mode 100644 index 0000000..0596b1b --- /dev/null +++ b/mozilla-gdk-pixbuf.patch @@ -0,0 +1,15 @@ +diff -up mozilla-1.9.2/configure.in.gdk-pixbuf mozilla-1.9.2/configure.in +--- mozilla-1.9.2/configure.in.gdk-pixbuf 2010-07-13 21:10:45.000000000 +0200 ++++ mozilla-1.9.2/configure.in 2010-08-03 15:38:43.113733420 +0200 +@@ -5354,7 +5354,10 @@ then + then + if test "$MOZ_ENABLE_LIBNOTIFY" + then +- PKG_CHECK_MODULES(MOZ_LIBNOTIFY, libnotify >= $LIBNOTIFY_VERSION) ++ dnl Code which requires gdk-pixbuf is only in ++ dnl toolkit/system/gnome/nsAlertsIconListener.cpp and is compiled ++ dnl only when libnotify is enabled ++ PKG_CHECK_MODULES(MOZ_LIBNOTIFY, libnotify >= $LIBNOTIFY_VERSION gdk-pixbuf-2.0 gtk+-2.0) + fi + fi + fi |