mirror of
https://github.com/mandarine3ds/mandarine.git
synced 2024-11-22 22:00:06 +00:00
ci: fix linux compilation
Seems that libqwayland-generic isn't available anymore.
This commit is contained in:
parent
d16fa96c5f
commit
8597eeb0b5
@ -2,9 +2,6 @@
|
||||
|
||||
if [ "$TARGET" = "appimage" ]; then
|
||||
export EXTRA_CMAKE_FLAGS=(-DCMAKE_LINKER=/etc/bin/ld.lld)
|
||||
# Bundle required QT wayland libraries
|
||||
export EXTRA_QT_PLUGINS="waylandcompositor"
|
||||
export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so"
|
||||
else
|
||||
# For the linux-fresh verification target, verify compilation without PCH as well.
|
||||
export EXTRA_CMAKE_FLAGS=(-DMANDARINE_USE_PRECOMPILED_HEADERS=OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user