Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 17:13:14 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564049 - head/multimedia/kodi
Message-ID:  <202102041713.114HDE3N001024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041713.114HDE3N001024>