[vlc-commits] Libnotify depends on gtk, but leaves the choice between gtk2 and gtk3 to the calling application.

Dominique Leuenberger git at videolan.org
Wed Jan 26 22:58:25 CET 2011


vlc/vlc-1.1 | branch: master | Dominique Leuenberger <dominique at leuenberger.net> | Sun Jan 16 19:06:10 2011 +0100| [09b73c1ad3c93c5fd4cb40f03060a1a8f2256c32] | committer: Rémi Denis-Courmont

Libnotify depends on gtk, but leaves the choice between gtk2 and gtk3 to the calling application.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit f62e6d6e7ca732471f84fc766988553974b8a1b8)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=09b73c1ad3c93c5fd4cb40f03060a1a8f2256c32
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b165f76..90dd971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1721,7 +1721,7 @@ AS_IF([test "${enable_growl}" != "no"], [
 dnl
 dnl Libnotify notification plugin
 dnl
-PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify], [libnotify notification], [auto])
+PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])
 
 dnl
 dnl Taglibplugin



More information about the vlc-commits mailing list