vlc/vlc-3.0 | branch: master | Sebastian Ramacher <[email protected]> | Sun Dec 10 18:20:06 2017 +0100| [5e9828f89e023c42c5ba102146421a72f2d41c05] | committer: Rémi Denis-Courmont
notify: use GTK+ 3 Signed-off-by: Sebastian Ramacher <[email protected]> Signed-off-by: Rémi Denis-Courmont <[email protected]> (cherry picked from commit 829d6154b94cf24ede9c52f0286a1b35a71769e9) Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5e9828f89e023c42c5ba102146421a72f2d41c05 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0455bd1960..5697b1598a 100644 --- a/configure.ac +++ b/configure.ac @@ -4114,7 +4114,7 @@ AS_IF([test "${enable_osx_notifications}" != "no"], [ dnl dnl Libnotify notification plugin dnl -PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto]) +PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-3.0], [libnotify notification], [auto]) dnl dnl libplacebo support _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
