We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afbec7c commit 8d42f99Copy full SHA for 8d42f99
recipes-browser/wpe-simple-launcher/wpe-simple-launcher/wpe-exported-wayland
@@ -25,7 +25,11 @@ export WEBKIT_GST_DMABUF_SINK_DISABLED=false
25
# [GStreamer] Add support for DMA-BUF to GL video sink
26
# https://bugs.webkit.org/show_bug.cgi?id=279672
27
# XXX Reported in : https://bugs.webkit.org/show_bug.cgi?id=288464
28
-export WEBKIT_GST_DISABLE_GL_SINK=1
+#
29
+# Apply regression workaround only if running on raspberrypi5
30
+if [ "$(hostname)" = "raspberrypi5" ]; then
31
+ export WEBKIT_GST_DISABLE_GL_SINK=1
32
+fi
33
34
# Ensure Wayland and XDG runtime environment variables are propagated
35
WAYLAND_DISPLAY=$(strings < "/proc/$(pidof weston-keyboard)/environ" | grep WAYLAND_DISPLAY)
0 commit comments