Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

configure: if we can't link SDL statically, drop -static from the cmdline

Fixes building windows simulator builds on Fedora systems

Change-Id: I1e17e8f2f395a0298fc9d3d7e03c621d23208221

+1
+1
tools/configure
··· 435 435 else 436 436 echo "Your sdl-config does not know about static libs, falling back to shared library" 437 437 sdlldopts=$($sdl --libs) 438 + LDOPTS=`echo $LDOPTS | sed -e s/ -static//` 438 439 fi 439 440 GCCOPTS="$GCCOPTS ${sdlccopts}" 440 441 LDOPTS="$LDOPTS ${sdlldopts}"