diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-06-02 18:04:16 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-06-03 14:56:37 +0000 |
commit | 7a0f9a28e0d3769eb983f35d742b204fc157bb25 (patch) | |
tree | 6b045795b49cb4faa361a198e22773b26cff5a73 /x11-wm | |
parent | 7bc32204d7fa0e175e0993b94cba678c96784360 (diff) | |
download | ports-7a0f9a28e0d3769eb983f35d742b204fc157bb25.tar.gz ports-7a0f9a28e0d3769eb983f35d742b204fc157bb25.zip |
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hyprland/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sway-devel/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index f062d14b634d..b3f5e77f135c 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -10,6 +10,8 @@ WWW= https://hyprland.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build after https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4043 + BUILD_DEPENDS= cmake:devel/cmake-core \ evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.25:graphics/wayland-protocols \ diff --git a/x11-wm/sway-devel/Makefile b/x11-wm/sway-devel/Makefile index aebd3ef44653..8d7cbac7db84 100644 --- a/x11-wm/sway-devel/Makefile +++ b/x11-wm/sway-devel/Makefile @@ -15,6 +15,8 @@ WWW?= https://swaywm.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build after https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4043 + BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.24:graphics/wayland-protocols \ wlroots>=0.16.0.368<0.17.0:x11-toolkits/wlroots |