git: 979f225318ea - main - graphics/wrapland: require newer wayland-protocols after 0ef5a42d3571

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 13 Apr 2024 05:17:52 UTC
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}