diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-06-10 23:49:44 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-06-10 23:50:36 +0000 |
commit | e4bb96bd61c52f79d0b5b05befe8b1ca8fa682af (patch) | |
tree | d43e00ca468f10cca8083ad51e0bb8ef341f1d7e | |
parent | 29edf60ed922212b850f2d06a36ba6e80035fc9b (diff) |
x11-toolkits/wlroots-devel: chase wayland-protocols version after a32695ba5cc9
-rw-r--r-- | x11-toolkits/wlroots-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index 0616afa87027..4e186f198834 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -11,7 +11,7 @@ WWW= https://gitlab.freedesktop.org/wlroots/wlroots LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= wayland-protocols>=1.33:graphics/wayland-protocols +BUILD_DEPENDS= wayland-protocols>=1.35:graphics/wayland-protocols LIB_DEPENDS= libdrm.so:graphics/libdrm \ libwayland-server.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon |