Skip to content

Commit

Permalink
trying to fix qt.glx: qglx_findConfig: Failed to finding matching FBC…
Browse files Browse the repository at this point in the history
…onfig for QSurfaceFormat
  • Loading branch information
Martin Marmsoler committed Jul 13, 2023
1 parent b27f4c9 commit 7ccbf23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ jobs:
mv ./AppDir/lib64/ld-${{ matrix.env.ld_library_arch }}.so.2 ./AppDir/usr/bin/
sed -i -e 's@^LD_LINUX.*@LD_LINUX=$(find "$HERE/usr/bin" -name "ld-*.so.*" | head -n 1)@g' ./AppDir/AppRun
rm ./AppDir/lib/x86_64-linux-gnu/libxcb-glx.so.0
rm ./AppDir/usr/share/metainfo/gittyup.appdata.xml
VERSION=$(cat ./Version.txt)
VERSION="$VERSION" ./appimagetool-*.AppImage ./AppDir # turn AppDir into AppImage
Expand Down

0 comments on commit 7ccbf23

Please sign in to comment.