appimagecrat: Include Wayland plugins

This commit is contained in:
Tom Dewey 2024-07-29 15:16:17 +01:00 committed by Tom Dewey
parent dc9e6008f4
commit 37a4c34a64

View file

@ -24,3 +24,6 @@ appimage:
- qt - qt
raw_environment: raw_environment:
QML_SOURCES_PATHS: "\"$PROJECT_ROOT\"/src/qmlcomponents/" QML_SOURCES_PATHS: "\"$PROJECT_ROOT\"/src/qmlcomponents/"
environment:
EXTRA_PLATFORM_PLUGINS: "libqwayland-egl.so;libqwayland-generic.so"
EXTRA_QT_PLUGINS: "waylandcompositor"