git: cbb86eb9e89b - main - x11-wm/hyprland: track libdrm dependency after ca9b785803a6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Dec 2023 13:14:45 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbb86eb9e89b2cc0cba4835bf60a78de9ef7e709 commit cbb86eb9e89b2cc0cba4835bf60a78de9ef7e709 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-12-11 13:12:12 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-12-11 13:14:02 +0000 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