mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11-toolkits/wlroots: simplify _DEPENDS after f2820b6cc2
This commit is contained in:
parent
272477b09c
commit
ceb020d97b
1 changed files with 3 additions and 5 deletions
|
@ -13,16 +13,13 @@ COMMENT= Modular Wayland compositor library
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
|
BUILD_DEPENDS= wayland-protocols>=1.21:graphics/wayland-protocols
|
||||||
wayland>=1.18:graphics/wayland \
|
|
||||||
wayland-protocols>=1.17:graphics/wayland-protocols
|
|
||||||
LIB_DEPENDS= libudev.so:devel/libudev-devd \
|
LIB_DEPENDS= libudev.so:devel/libudev-devd \
|
||||||
libdrm.so:graphics/libdrm \
|
libdrm.so:graphics/libdrm \
|
||||||
libwayland-server.so:graphics/wayland \
|
libwayland-server.so:graphics/wayland \
|
||||||
libseat.so:sysutils/seatd \
|
libseat.so:sysutils/seatd \
|
||||||
libinput.so:x11/libinput \
|
libinput.so:x11/libinput \
|
||||||
libxkbcommon.so:x11/libxkbcommon
|
libxkbcommon.so:x11/libxkbcommon
|
||||||
RUN_DEPENDS= libudev-devd>=0.4.1:devel/libudev-devd
|
|
||||||
|
|
||||||
USES= compiler:c11 gl meson pkgconfig xorg
|
USES= compiler:c11 gl meson pkgconfig xorg
|
||||||
USE_GITHUB= yes
|
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 \
|
X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
|
||||||
libxcb-render-util.so:x11/xcb-util-renderutil \
|
libxcb-render-util.so:x11/xcb-util-renderutil \
|
||||||
libxcb-icccm.so:x11/xcb-util-wm
|
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_RUN_DEPENDS= xwayland-devel>0:x11-servers/xwayland-devel
|
||||||
X11_USE= XORG=xcb
|
X11_USE= XORG=xcb
|
||||||
X11_MESON_ENABLED= x11-backend xwayland
|
X11_MESON_ENABLED= x11-backend xwayland
|
||||||
|
|
Loading…
Add table
Reference in a new issue