From cbb86eb9e89b2cc0cba4835bf60a78de9ef7e709 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 11 Dec 2023 14:12:12 +0100 Subject: 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 --- x11-wm/hyprland/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3