aboutsummaryrefslogtreecommitdiff
path: root/graphics/gstreamer1-plugins-gl
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-06-03 13:45:39 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-06-03 13:48:52 +0000
commit46c37e13e1ee5c992654aee1f6a72e96df1f36d6 (patch)
tree232a604abff83225c673f77faf987f9cb73105a2 /graphics/gstreamer1-plugins-gl
parentff0bc36b5ba00277fa1daba2f78902476b54740d (diff)
downloadports-46c37e13e1ee5c992654aee1f6a72e96df1f36d6.tar.gz
ports-46c37e13e1ee5c992654aee1f6a72e96df1f36d6.zip
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] [...]
Diffstat (limited to 'graphics/gstreamer1-plugins-gl')
-rw-r--r--graphics/gstreamer1-plugins-gl/Makefile2
1 files changed, 1 insertions, 1 deletions
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