Date: Fri, 17 Dec 2021 20:24:13 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ffbf2d6a7d1a - main - x11-wm/gamescope: restore wlroots version check after c8a5e7b72398 Message-ID: <202112172024.1BHKODYq082277@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffbf2d6a7d1a118cbd04b0bd8c106d76370f55ec commit ffbf2d6a7d1a118cbd04b0bd8c106d76370f55ec Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-12-17 20:16:49 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-12-17 20:23:58 +0000 x11-wm/gamescope: restore wlroots version check after c8a5e7b72398 0.14.0.1 (0467a752) is 0.15.0 snapshot used during long preparation. However, the required snapshot version was never precise. --- x11-wm/gamescope/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index 08f8c6fc3792..a576faffc8ed 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= glslangValidator:graphics/glslang \ evdev-proto>0:devel/evdev-proto \ vulkan-headers>0:graphics/vulkan-headers \ wayland-protocols>=1.17:graphics/wayland-protocols \ - wlroots>=0.14.0.1<0.16.0:x11-toolkits/wlroots + wlroots>=0.15.0<0.16.0:x11-toolkits/wlroots LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libdrm.so:graphics/libdrm \ libvulkan.so:graphics/vulkan-loader \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112172024.1BHKODYq082277>