svn commit: r525681 - head/x11-toolkits/wlroots

Jan Beich jbeich at FreeBSD.org
Sun Feb 9 22:22:00 UTC 2020


Author: jbeich
Date: Sun Feb  9 22:22:00 2020
New Revision: 525681
URL: https://svnweb.freebsd.org/changeset/ports/525681

Log:
  x11-toolkits/wlroots: switch to Xwayland snapshot
  
  Improves stability with X11 applications on Sway.

Modified:
  head/x11-toolkits/wlroots/Makefile   (contents, props changed)

Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile	Sun Feb  9 22:21:51 2020	(r525680)
+++ head/x11-toolkits/wlroots/Makefile	Sun Feb  9 22:22:00 2020	(r525681)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wlroots
 DISTVERSION=	0.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -52,7 +52,7 @@ CONSOLEKIT_MESON_ENABLED=	consolekit2
 
 X11_LIB_DEPENDS=libxcb-errors.so:x11/xcb-util-errors \
 		libxcb-icccm.so:x11/xcb-util-wm
-X11_RUN_DEPENDS=Xwayland:x11-servers/xwayland
+X11_RUN_DEPENDS=xwayland-devel>0:x11-servers/xwayland-devel
 X11_USE=	XORG=x11,xcb
 X11_MESON_ENABLED=x11-backend xcb-icccm xwayland
 


More information about the svn-ports-head mailing list