1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/gstreamer1-plugins-gl: revert incomplete libglvnd/X11=off

This reverts commit 1cf7a05cba.

$ 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]
[...]
This commit is contained in:
Jan Beich 2023-06-03 13:45:39 +00:00
parent ff0bc36b5b
commit 46c37e13e1

View File

@ -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