Disable screenshots in Linux snapshot builds again
Problem with libpng12/libpng16 strikes again - Steam Runtime is missing libpng16, so users who want to test dosbox-staging via Steam are not able to start it. This is the only library, that needs to be disabled - all other dependencies are included in Steam Runtime and work fine.
This commit is contained in:
parent
1f1e832a6c
commit
f1f78df57c
2 changed files with 4 additions and 4 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
run: |
|
||||
set -x
|
||||
./autogen.sh
|
||||
./configure CFLAGS="$FLAGS" CXXFLAGS="$FLAGS"
|
||||
./configure CFLAGS="$FLAGS" CXXFLAGS="$FLAGS" --disable-screenshots
|
||||
make -j "$(nproc)"
|
||||
strip src/dosbox
|
||||
- name: Package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue