FreeBSD Bugzilla – Attachment 237811 Details for
Bug 267517
graphics/gstreamer1-plugins-gl: re-enable WAYLAND after 1.20.3 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
minor style
bug267517.style.diff (text/plain), 1.14 KB, created by
Jan Beich
on 2022-11-02 10:30:42 UTC
(
hide
)
Description:
minor style
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2022-11-02 10:30:42 UTC
Size:
1.14 KB
patch
obsolete
>From 476b6f51df7e1087afa907ae6103f7e649d240fb Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Wed, 2 Nov 2022 10:26:07 +0000 >Subject: [PATCH] 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267517
:
237810
| 237811