diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-05 01:16:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-05 02:34:20 +0000 |
commit | ceb020d97b0d4bd5a6bbf9edd44560d96e8a369b (patch) | |
tree | 52b3b87b59770f9fb236f9c5c9c115a002209dfc | |
parent | 272477b09c9f9ef3e18250f14dd4dea1f90698fe (diff) | |
download | ports-ceb020d97b0d4bd5a6bbf9edd44560d96e8a369b.tar.gz ports-ceb020d97b0d4bd5a6bbf9edd44560d96e8a369b.zip |
x11-toolkits/wlroots: simplify _DEPENDS after f2820b6cc217
-rw-r--r-- | x11-toolkits/wlroots/Makefile | 8 |
1 files 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 |