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.

rbutil: Fix ipodpatcher qmake based build on macOS.

On macOS we need to pass the used frameworks, otherwise linking will
fail.

Change-Id: I6b19eac6a460d91b567c0eb128b776558c0a4a39

+4
+4
rbutil/ipodpatcher/ipodpatcher.pro
··· 36 36 37 37 RC_FILE = ipodpatcher.rc 38 38 39 + macx { 40 + LIBS += -framework CoreFoundation -framework IOKit 41 + } 42 + 39 43 40 44 unix { 41 45 target.path = /usr/local/bin