Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 05:17:52 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: 979f225318ea - main - graphics/wrapland: require newer wayland-protocols after 0ef5a42d3571
Message-ID:  <202404130517.43D5HqYB095767@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=979f225318ea751148e4bd3d2092be22d5092812

commit 979f225318ea751148e4bd3d2092be22d5092812
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-08 12:05:58 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-13 05:09:08 +0000

    graphics/wrapland: require newer wayland-protocols after 0ef5a42d3571
    
    https://gitlab.com/kwinft/wrapland/-/commit/2cd911738acc
---
 graphics/wrapland/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile
index eee0e85bf415..639bcf1816ec 100644
--- a/graphics/wrapland/Makefile
+++ b/graphics/wrapland/Makefile
@@ -11,7 +11,7 @@ LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
-		wayland-protocols>=1.22:graphics/wayland-protocols
+		wayland-protocols>=1.27:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 TEST_DEPENDS=	${qt-testlib_PORT:T}>0:${qt-testlib_PORT}
 



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