pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/vlc
Module Name: pkgsrc
Committed By: nia
Date: Mon Jul 8 10:16:12 UTC 2019
Modified Files:
pkgsrc/multimedia/vlc: options.mk
Log Message:
vlc: Use MESALIB_SUPPORTS_EGL for EGL detection
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/multimedia/vlc/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/vlc/options.mk
diff -u pkgsrc/multimedia/vlc/options.mk:1.33 pkgsrc/multimedia/vlc/options.mk:1.34
--- pkgsrc/multimedia/vlc/options.mk:1.33 Tue Jul 2 20:52:12 2019
+++ pkgsrc/multimedia/vlc/options.mk Mon Jul 8 10:16:12 2019
@@ -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 @@ DEPENDS+= dejavu-ttf>=2.0:../../fonts/de
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