[vlc-commits] commit: Libnotify depends on gtk,	but leaves the choice between gtk2 and gtk3 to the calling	application. ( Dominique Leuenberger )
    git at videolan.org 
    git at videolan.org
       
    Mon Jan 17 00:09:02 CET 2011
    
    
  
vlc | branch: master | Dominique Leuenberger <dominique at leuenberger.net> | Sun Jan 16 19:06:10 2011 +0100| [f62e6d6e7ca732471f84fc766988553974b8a1b8] | committer: Jean-Baptiste Kempf 
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>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f62e6d6e7ca732471f84fc766988553974b8a1b8
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7df63f5..e0a59d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1686,7 +1686,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