svn commit: r541900 - head/graphics/mesa-devel

Jan Beich jbeich at FreeBSD.org
Sat Jul 11 00:48:50 UTC 2020


Author: jbeich
Date: Sat Jul 11 00:48:50 2020
New Revision: 541900
URL: https://svnweb.freebsd.org/changeset/ports/541900

Log:
  graphics/mesa-devel: move _VARS before _OFF

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

Modified: head/graphics/mesa-devel/Makefile
==============================================================================
--- head/graphics/mesa-devel/Makefile	Sat Jul 11 00:46:56 2020	(r541899)
+++ head/graphics/mesa-devel/Makefile	Sat Jul 11 00:48:50 2020	(r541900)
@@ -129,8 +129,8 @@ WAYLAND_VARS=		PLATFORMS+=wayland
 
 X11_USES=		xorg
 X11_USE=		XORG=x11,xcb,xdamage,xext,xfixes,xorgproto,xrandr,xshmfence,xxf86vm
-X11_MESON_OFF=		-Dglx=disabled
 X11_VARS=		PLATFORMS+=x11
+X11_MESON_OFF=		-Dglx=disabled
 
 ZSTD_DESC=		Use ZSTD for shader cache
 ZSTD_LIB_DEPENDS=	libzstd.so:archivers/zstd


More information about the svn-ports-all mailing list