graphics/gstreamer1-plugins-gl: Fix formatting

This commit is contained in:
Thomas Zander 2022-11-01 13:51:18 +01:00
parent 5384e639c1
commit df22c5de2a
No known key found for this signature in database
GPG Key ID: 856D8ED47C7EAFA5

View File

@ -19,24 +19,24 @@ OPTIONS_UNSET= WAYLAND
GL_WINSYS= "x11,egl"
WAYLAND_VARS= gl_winsys+=",wayland"
WAYLAND_VARS= gl_winsys+=",wayland"
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_XORG+=x11 \
xext \
xcb
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
libpng16.so:graphics/png
USES= gl
USE_GL= gl glu glesv2 egl
USE_XORG+ =x11 \
xext \
xcb
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
libpng16.so:graphics/png
MESON_ARGS+= -Dgl=enabled \
-Dgl_winsys="${GL_WINSYS}" \
-Dgl_api=opengl,gles2 \
-Dgl_platform=glx,egl
MESON_ARGS+= -Dgl=enabled \
-Dgl_winsys="${GL_WINSYS}" \
-Dgl_api=opengl,gles2 \
-Dgl_platform=glx,egl
GST_PLUGIN_DIR= gst-libs/gst/gl ext/gl
GST_PLUGIN_DIR= gst-libs/gst/gl ext/gl
.include "${MASTERDIR}/Makefile"