git: ceb020d97b0d - main - x11-toolkits/wlroots: simplify _DEPENDS after f2820b6cc217
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Oct 2021 02:34:34 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ceb020d97b0d4bd5a6bbf9edd44560d96e8a369b commit ceb020d97b0d4bd5a6bbf9edd44560d96e8a369b Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-10-05 01:16:08 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-10-05 02:34:20 +0000 x11-toolkits/wlroots: simplify _DEPENDS after f2820b6cc217 --- x11-toolkits/wlroots/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 8855c7a3a4a2..d3d741df5a03 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -13,16 +13,13 @@ COMMENT= Modular Wayland compositor library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ - wayland>=1.18:graphics/wayland \ - wayland-protocols>=1.17:graphics/wayland-protocols +BUILD_DEPENDS= wayland-protocols>=1.21:graphics/wayland-protocols LIB_DEPENDS= libudev.so:devel/libudev-devd \ libdrm.so:graphics/libdrm \ libwayland-server.so:graphics/wayland \ libseat.so:sysutils/seatd \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -RUN_DEPENDS= libudev-devd>=0.4.1:devel/libudev-devd USES= compiler:c11 gl meson pkgconfig xorg USE_GITHUB= yes @@ -90,7 +87,8 @@ VULKAN_PLIST_FILES= include/wlr/types/wlr_drm.h \ X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \ libxcb-render-util.so:x11/xcb-util-renderutil \ libxcb-icccm.so:x11/xcb-util-wm -X11_BUILD_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel +X11_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + xwayland-devel>0:x11-servers/xwayland-devel X11_RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel X11_USE= XORG=xcb X11_MESON_ENABLED= x11-backend xwayland