svn commit: r538209 - head/graphics/mesa-dri

Emmanuel Vadot manu at FreeBSD.org
Mon Jun 8 10:49:33 UTC 2020


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}" \


More information about the svn-ports-all mailing list