WayVR: Add dmabuf (backend_drm) to the compositor. Fixes crash for webkitgtk apps

This commit is contained in:
Aleksander
2025-01-16 22:27:13 +01:00
parent d8180bb4ed
commit 83026deaab
4 changed files with 138 additions and 17 deletions

View File

@@ -77,6 +77,7 @@ khronos-egl = { version = "6.0.0", features = ["static"], optional = true }
smithay = { git = "https://github.com/Smithay/smithay.git", default-features = false, features = [
"renderer_gl",
"backend_egl",
"backend_drm",
"xwayland",
"wayland_frontend",
], optional = true }