git: 895888c27f90 - main - devel/sdl20: unbreak with libglvnd/X11=off
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jan 2022 13:25:49 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=895888c27f902567d2decc4801ac7606cd9e928c
commit 895888c27f902567d2decc4801ac7606cd9e928c
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-03 12:06:54 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-03 13:21:58 +0000
devel/sdl20: unbreak with libglvnd/X11=off
===> sdl2-2.0.18 depends on shared library: libGL.so - not found
*** Error code 1
---
devel/sdl20/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index cc2cd0ea8640..2f114634c430 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -151,7 +151,7 @@ VIDEO_KMSDRM_USE= GL=gbm
VIDEO_KMSDRM_IMPLIES= SDL_VIDEO
VIDEO_OPENGL_CONFIGURE_ENABLE= video-opengl
VIDEO_OPENGL_USES= gl
-VIDEO_OPENGL_USE= GL=gl
+VIDEO_OPENGL_USE= GL=opengl
VIDEO_OPENGL_IMPLIES= SDL_VIDEO
VIDEO_OPENGLES_CONFIGURE_ENABLE=video-opengles
VIDEO_OPENGLES1_CONFIGURE_ENABLE=video-opengles1