Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(main/mpd): add dependency on libwavpack
In the bulk rebuild after ffmpeg update mpd took the opportunity to link against one of the other updated packages, libwavpack, causing error like `CANNOT LINK EXECUTABLE "mpd": library "libwavpack.so" not found: needed by main executable` on device if libwavpack was not manually installed. Explicitly add dependency so that this does not happen again.
- Loading branch information