pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc vlc: Use MESALIB_SUPPORTS_EGL for EGL d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74a307bcb054
branches:  trunk
changeset: 397972:74a307bcb054
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 08 10:16:12 2019 +0000

description:
vlc: Use MESALIB_SUPPORTS_EGL for EGL detection

diffstat:

 multimedia/vlc/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8cf281fe262e -r 74a307bcb054 multimedia/vlc/options.mk
--- a/multimedia/vlc/options.mk Mon Jul 08 10:16:08 2019 +0000
+++ b/multimedia/vlc/options.mk Mon Jul 08 10:16:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.33 2019/07/02 20:52:12 nia Exp $
+# $NetBSD: options.mk,v 1.34 2019/07/08 10:16:12 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.vlc
 PKG_SUPPORTED_OPTIONS=         alsa avahi dbus debug dts jack pulseaudio
@@ -118,7 +118,7 @@
 CONFIGURE_ARGS+=       --enable-qt \
                        --with-x
 PLIST.qt5=             yes
-.  if ${X11_TYPE} == "modular" || exists(${X11BASE}/include/EGL/egl.h)
+.  if ${MESALIB_SUPPORTS_EGL} == "yes"
 PLIST.egl=             yes
 .  endif
 .else



Home | Main Index | Thread Index | Old Index