svn commit: r538068 - head/graphics/mesa-demos

Jan Beich jbeich at FreeBSD.org
Sat Jun 6 00:56:54 UTC 2020


Author: jbeich
Date: Sat Jun  6 00:56:53 2020
New Revision: 538068
URL: https://svnweb.freebsd.org/changeset/ports/538068

Log:
  graphics/mesa-demos: unbreak with libglvnd
  
  eglfbdev.c:43:10: fatal error: 'linux/kd.h' file not found
   #include <linux/kd.h>
            ^~~~~~~~~~~~

Modified:
  head/graphics/mesa-demos/Makefile   (contents, props changed)

Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile	Sat Jun  6 00:47:31 2020	(r538067)
+++ head/graphics/mesa-demos/Makefile	Sat Jun  6 00:56:53 2020	(r538068)
@@ -19,7 +19,7 @@ GNU_CONFIGURE=	yes
 USE_GL=		egl gbm gl glesv2 glew glu glut
 USE_XORG=	xorgproto x11 xdamage xext xfixes xi xxf86vm
 
-CONFIGURE_ARGS+=--disable-osmesa --disable-vg --disable-wayland \
+CONFIGURE_ARGS+=--disable-gles1 --disable-osmesa --disable-vg --disable-wayland \
 		--with-system-data-files
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list