Wayland : Fix Android emulator.

This commit is contained in:
Dmitry Voronin 2024-05-27 14:52:53 +03:00
parent aa459ca982
commit 0aba4f2e5f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -10,7 +10,7 @@
ELM_ENGINE = "wayland_egl"; ELM_ENGINE = "wayland_egl";
GDK_BACKEND = "wayland"; GDK_BACKEND = "wayland";
MOZ_ENABLE_WAYLAND = "1"; MOZ_ENABLE_WAYLAND = "1";
QT_QPA_PLATFORM = "wayland-egl"; QT_QPA_PLATFORM = "wayland-egl;wayland;xcb";
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1"; QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
SAL_USE_VCLPLUGIN = "gtk3"; SAL_USE_VCLPLUGIN = "gtk3";
SDL_VIDEODRIVER = "wayland"; SDL_VIDEODRIVER = "wayland";