Wayland: Fix GDK render.

This commit is contained in:
Dmitry Voronin 2025-01-26 13:53:17 +03:00
parent 7094987608
commit c96648885f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -14,6 +14,7 @@ in
ECORE_EVAS_ENGINE = "wayland_egl";
ELM_ENGINE = "wayland_egl";
GDK_BACKEND = "wayland";
GSK_RENDERER = "cairo"; # FIX: https://github.com/NixOS/nixpkgs/issues/353990
MOZ_ENABLE_WAYLAND = "1";
QT_QPA_PLATFORM = "wayland-egl;wayland;xcb";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";