git: 8cbd13d597f0 - main - x11-wm/hyprland: unbreak with libglvnd/X11=off
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Dec 2022 11:04:46 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8cbd13d597f0e881d5d79945f67dfb079ebd21df
commit 8cbd13d597f0e881d5d79945f67dfb079ebd21df
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-19 10:15:38 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-19 11:01:24 +0000
x11-wm/hyprland: unbreak with libglvnd/X11=off
===> hyprland-0.19.2.b depends on shared library: libGL.so - not found
---
x11-wm/hyprland/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile
index 5e0c142b0e01..6f348e4c745f 100644
--- a/x11-wm/hyprland/Makefile
+++ b/x11-wm/hyprland/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libwayland-server.so:graphics/wayland \
USES= compiler:c++11-lib gl gnome meson pkgconfig xorg
USE_GCC= yes:build
USE_GITHUB= yes
-USE_GL= egl gl
+USE_GL= egl opengl
USE_GNOME= cairo
USE_XORG= pixman
GH_ACCOUNT= hyprwm