Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2020 10:49:33 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538209 - head/graphics/mesa-dri
Message-ID:  <202006081049.058AnXAU080523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Mon Jun  8 10:49:33 2020
New Revision: 538209
URL: https://svnweb.freebsd.org/changeset/ports/538209

Log:
  mesa-dri: Add wayland to -Dplatform if option is selected
  
  PR:		247056
  Approved by:	zeising (x11@ implicit)

Modified:
  head/graphics/mesa-dri/Makefile

Modified: head/graphics/mesa-dri/Makefile
==============================================================================
--- head/graphics/mesa-dri/Makefile	Mon Jun  8 10:07:29 2020	(r538208)
+++ head/graphics/mesa-dri/Makefile	Mon Jun  8 10:49:33 2020	(r538209)
@@ -84,9 +84,9 @@ MESA_PLATFORMS+=	drm
 MESA_PLATFORMS+=	surfaceless
 .endif
 
-# .if ${PORT_OPTIONS:MPLATFORM_WAYLAND} && !${PORT_OPTIONS:MWAYLAND}
-# .error "Platform Wayland is selected but Wayland support is disabled"
-# .endif
+.if ${PORT_OPTIONS:MPLATFORM_WAYLAND}
+MESA_PLATFORMS+=	wayland
+.endif
 
 MESON_ARGS+=	-Ddri-drivers="${DRI_DRIVERS:ts,:tl}" \
 			-Dgallium-drivers="${GALLIUM_DRIVERS:ts,:tl}" \



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