Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2023 13:24:35 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: 1cf7a05cba19 - main - graphics/gstreamer1-plugins-gl: unbreak with libglvnd/X11=off after e3b732b4791c
Message-ID:  <202306031324.353DOZDB055504@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=1cf7a05cba19b1c400e2c87bd0b0696ed92d4b0a

commit 1cf7a05cba19b1c400e2c87bd0b0696ed92d4b0a
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-06-03 13:22:08 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-06-03 13:24:25 +0000

    graphics/gstreamer1-plugins-gl: unbreak with libglvnd/X11=off after e3b732b4791c
    
    ===>   gstreamer1-plugins-gl-1.22.2 depends on shared library: libGL.so - not found
    ===>   Installing existing package /packages/All/libglvnd-1.6.0.pkg
    Installing libglvnd-1.6.0...
    the most recent version of libglvnd-1.6.0 is already installed
    ===>   gstreamer1-plugins-gl-1.22.2 depends on shared library: libGL.so - not found
    *** Error code 1
---
 graphics/gstreamer1-plugins-gl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile
index 8e3ba1ccdf8f..60fc77f02344 100644
--- a/graphics/gstreamer1-plugins-gl/Makefile
+++ b/graphics/gstreamer1-plugins-gl/Makefile
@@ -22,7 +22,7 @@ WAYLAND_BUILD_DEPENDS=		wayland-protocols>=0:graphics/wayland-protocols
 WAYLAND_LIB_DEPENDS=		libwayland-egl.so:graphics/wayland
 
 USES=		gl
-USE_GL=		gl glu glesv2 egl
+USE_GL=		glu glesv2 egl
 USE_XORG+=	x11 \
 		xext \
 		xcb



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