git: 46c37e13e1ee - main - graphics/gstreamer1-plugins-gl: revert incomplete libglvnd/X11=off
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jun 2023 13:49:02 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=46c37e13e1ee5c992654aee1f6a72e96df1f36d6 commit 46c37e13e1ee5c992654aee1f6a72e96df1f36d6 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-03 13:45:39 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-03 13:48:52 +0000 graphics/gstreamer1-plugins-gl: revert incomplete libglvnd/X11=off This reverts commit 1cf7a05cba19b1c400e2c87bd0b0696ed92d4b0a. $ pkg-config gstreamer-gl-1.0 --variable=gl_winsys egl wayland x11 $ poudriere testport -j 131amd64 graphics/gstreamer1-plugins-gl [...] 0x0000000000000001 NEEDED Shared library: [libX11-xcb.so.1] 0x0000000000000001 NEEDED Shared library: [libX11.so.6] [...] --- 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 60fc77f02344..8e3ba1ccdf8f 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= glu glesv2 egl +USE_GL= gl glu glesv2 egl USE_XORG+= x11 \ xext \ xcb