svn commit: r564049 - head/multimedia/kodi

Jan Beich jbeich at FreeBSD.org
Thu Feb 4 17:13:15 UTC 2021


Author: jbeich
Date: Thu Feb  4 17:13:14 2021
New Revision: 564049
URL: https://svnweb.freebsd.org/changeset/ports/564049

Log:
  multimedia/kodi: unbreak with libglvnd
  
  xbmc/windowing/X11/GLContextEGL.h:16:10: fatal error: 'EGL/eglextchromium.h' file not found
   #include <EGL/eglextchromium.h>
            ^~~~~~~~~~~~~~~~~~~~~~
  
  Reported by:	antoine (via bug 246767 exp-run)

Modified:
  head/multimedia/kodi/Makefile   (contents, props changed)

Modified: head/multimedia/kodi/Makefile
==============================================================================
--- head/multimedia/kodi/Makefile	Thu Feb  4 17:13:09 2021	(r564048)
+++ head/multimedia/kodi/Makefile	Thu Feb  4 17:13:14 2021	(r564049)
@@ -231,7 +231,7 @@ WAYLAND_LIB_DEPENDS=	libdrm.so:graphics/libdrm \
 			libwayland-client++.so:graphics/waylandpp
 
 X11_USES=		xorg gl
-X11_USE=		XORG=x11,xext,xrandr GL=egl,gl,glu
+X11_USE=		XORG=x11,xext,xrandr GL=egl,gbm,gl,glu
 X11_LIB_DEPENDS=	libdrm.so:graphics/libdrm
 
 .include <bsd.port.options.mk>


More information about the svn-ports-all mailing list