git: 67f5dc164af5 - main - graphics/gstreamer1-plugins-gl: simplify quoting via :ts modifier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Nov 2022 20:39:38 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67f5dc164af5a5020ead937eb5dace0dfaf7e5ef
commit 67f5dc164af5a5020ead937eb5dace0dfaf7e5ef
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-02 10:26:07 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-12 20:38:17 +0000
graphics/gstreamer1-plugins-gl: simplify quoting via :ts modifier
PR: 267517
---
graphics/gstreamer1-plugins-gl/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/gstreamer1-plugins-gl/Makefile b/graphics/gstreamer1-plugins-gl/Makefile
index de6baf1f4825..dc5326cfae27 100644
--- a/graphics/gstreamer1-plugins-gl/Makefile
+++ b/graphics/gstreamer1-plugins-gl/Makefile
@@ -15,9 +15,9 @@ OPTIONS_DEFINE= WAYLAND
OPTIONS_DEFAULT=WAYLAND
OPTIONS_SUB= yes
-GL_WINSYS= "x11,egl"
+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
@@ -31,7 +31,7 @@ LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
libpng16.so:graphics/png
MESON_ARGS+= -Dgl=enabled \
- -Dgl_winsys="${GL_WINSYS}" \
+ -Dgl_winsys=${GL_WINSYS:ts,} \
-Dgl_api=opengl,gles2 \
-Dgl_platform=glx,egl