[vlc-commits] notify: use GTK+ 3

Sebastian Ramacher git at videolan.org
Mon Dec 11 18:15:16 CET 2017


vlc/vlc-3.0 | branch: master | Sebastian Ramacher <sramacher at debian.org> | Sun Dec 10 18:20:06 2017 +0100| [5e9828f89e023c42c5ba102146421a72f2d41c05] | committer: Rémi Denis-Courmont

notify: use GTK+ 3

Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
(cherry picked from commit 829d6154b94cf24ede9c52f0286a1b35a71769e9)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> 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



More information about the vlc-commits mailing list