svn commit: r482191 - head/graphics/mesa-libs

Jan Beich jbeich at FreeBSD.org
Tue Oct 16 00:00:09 UTC 2018


Author: jbeich
Date: Tue Oct 16 00:00:08 2018
New Revision: 482191
URL: https://svnweb.freebsd.org/changeset/ports/482191

Log:
  graphics/mesa-libs: enable surfaceless like upstream
  
  PR:		224659
  Approved by:	maintainer timeout (9 months)

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

Modified: head/graphics/mesa-libs/Makefile
==============================================================================
--- head/graphics/mesa-libs/Makefile	Mon Oct 15 23:59:54 2018	(r482190)
+++ head/graphics/mesa-libs/Makefile	Tue Oct 16 00:00:08 2018	(r482191)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mesa-libs
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 COMMENT=	OpenGL libraries that support GLX and EGL clients
@@ -27,9 +27,9 @@ CONFIGURE_ARGS+=	--with-dri-drivers="" --with-gallium-
 # libEGL needs gallium enabled which depends on llvm
 .if "${MESA_LLVM_VER}" != ""
 .if ${PORT_OPTIONS:MWAYLAND}
-CONFIGURE_ARGS+=	--with-platforms=x11,drm,wayland
+CONFIGURE_ARGS+=	--with-platforms=x11,surfaceless,drm,wayland
 .else
-CONFIGURE_ARGS+=	--with-platforms=x11,drm
+CONFIGURE_ARGS+=	--with-platforms=x11,surfaceless,drm
 .endif
 PLIST_SUB+=		EGL=""
 .else


More information about the svn-ports-all mailing list