x11: add nested x11 backend

This commit is contained in:
Victoria Brekenfeld 2021-12-15 23:23:49 +01:00
parent 2698c06f50
commit 74a4ed1058
7 changed files with 470 additions and 29 deletions

View file

@ -18,4 +18,4 @@ version = "0.3"
git = "https://github.com/Smithay/smithay.git"
rev = "87ab37a1"
default-features = false
features = ["backend_x11", "backend_egl", "desktop", "renderer_gl", "wayland_frontend"]
features = ["backend_x11", "backend_egl", "desktop", "use_system_lib", "renderer_gl", "wayland_frontend"]