Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2020 00:56:53 +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: r538068 - head/graphics/mesa-demos
Message-ID:  <202006060056.0560urZA034620@repo.freebsd.org>

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



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