vlc | branch: master | Sebastian Ramacher <[email protected]> | Sun Dec 10 18:20:06 2017 +0100| [829d6154b94cf24ede9c52f0286a1b35a71769e9] | 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]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=829d6154b94cf24ede9c52f0286a1b35a71769e9 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1e877069f3..acbee6c0b1 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
