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: Fix 'make reconf' when win64 sim builds are enabled

Change-Id: I9d3c23dee58cb3b4edce7bfcc0429500ffe23e58

+1 -1
+1 -1
tools/configure
··· 4736 4736 -e s,--ram=[0-9]\*,,g \ 4737 4737 -e s,--rbdir=[./a-zA-Z0-9]\*,,g \ 4738 4738 -e s,--voice=[-_./a-zA-Z0-9]\*,,g \ 4739 - -e s,--type=[a-zA-Z]\*,,g` 4739 + -e s,--type=[a-zA-Z0-9]\*,,g` 4740 4740 cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" 4741 4741 4742 4742 ### end of cmdline