Skip to content

Commit

Permalink
bundle qt wayland into appimage by rtiangha
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-hrvs authored Jul 21, 2024
1 parent d017955 commit e3505a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
if [ "$TARGET" = "appimage" ]; then
# Compile the AppImage we distribute with Clang.
export EXTRA_CMAKE_FLAGS=(-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -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=(-DCITRA_USE_PRECOMPILED_HEADERS=OFF)
Expand Down

0 comments on commit e3505a4

Please sign in to comment.