aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-19 10:15:38 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-19 11:01:24 +0000
commit8cbd13d597f0e881d5d79945f67dfb079ebd21df (patch)
tree1575bd43bc541d1eddddb5b1d28862f4802a9efe /x11-wm
parentab44ae864752b8a310e3434f9401aa85e34ce40f (diff)
downloadports-8cbd13d597f0e881d5d79945f67dfb079ebd21df.tar.gz
ports-8cbd13d597f0e881d5d79945f67dfb079ebd21df.zip
x11-wm/hyprland: unbreak with libglvnd/X11=off
===> hyprland-0.19.2.b depends on shared library: libGL.so - not found
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/hyprland/Makefile2
1 files changed, 1 insertions, 1 deletions
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