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.

tools/configure does not let you select normal build for sansae200r - add similar logic for the simulator build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23922 a1c6a512-1295-4272-9138-f99709370657

+4
+4
tools/configure
··· 2543 2543 echo "Bootloader build selected" 2544 2544 ;; 2545 2545 [Ss]) 2546 + if [ "$modelname" = "sansae200r" ]; then 2547 + echo "Do not use the e200R target for simulator builds. Use e200 instead." 2548 + exit 8 2549 + fi 2546 2550 debug="-DDEBUG" 2547 2551 simulator="yes" 2548 2552 extradefines="-DSIMULATOR"