Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jan 2022 13:25:49 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 895888c27f90 - main - devel/sdl20: unbreak with libglvnd/X11=off
Message-ID:  <202201031325.203DPntx025268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201031325.203DPntx025268>