Fix compiling SDL without DBus under Linux

This commit is contained in:
Kaleb Reid 2025-10-01 23:28:31 -07:00
parent b7c5fcaf1e
commit 03eb42642c
11 changed files with 1 additions and 1787 deletions

View file

@ -49,6 +49,7 @@ cp -v io/SDL_iostream*.{c,h} $target/io
mkdir $target/core
cp -rv core/{linux,unix,windows} $target/core
rm -f $target/core/windows/version.rc
rm -f $target/core/linux/SDL_{fcitx,ibus,ime,system_theme}.*
mkdir $target/haptic
cp -rv haptic/{*.{c,h},darwin,linux,windows} $target/haptic