aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-12-11 13:12:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-12-11 13:14:02 +0000
commitcbb86eb9e89b2cc0cba4835bf60a78de9ef7e709 (patch)
treeba0c621333e3b5b12527f6013c6392cc6568c0a8
parent0e832b2cdccb5d3942eb5275ae7cb2d5e0d29405 (diff)
downloadports-cbb86eb9e89b2cc0cba4835bf60a78de9ef7e709.tar.gz
ports-cbb86eb9e89b2cc0cba4835bf60a78de9ef7e709.zip
x11-wm/hyprland: track libdrm dependency after ca9b785803a6
Error: /usr/local/bin/Hyprland is linked to /usr/local/lib/libdrm.so.2 from graphics/libdrm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libdrm.so:graphics/libdrm https://github.com/hyprwm/Hyprland/commit/6f733292bf2d
-rw-r--r--x11-wm/hyprland/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index e14e032e57bf..796ee0ecad9a 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -16,7 +16,8 @@ BUILD_DEPENDS= cmake:devel/cmake-core \
evdev-proto>0:devel/evdev-proto \
wayland-protocols>=1.25:graphics/wayland-protocols \
wlroots>=0.17.0<0.18.0:x11-toolkits/wlroots
-LIB_DEPENDS= libwayland-server.so:graphics/wayland \
+LIB_DEPENDS= libdrm.so:graphics/libdrm \
+ libwayland-server.so:graphics/wayland \
libwlroots.so:x11-toolkits/wlroots \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon