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