joshkunz / ashuffle

Automatic library-wide shuffle for mpd.
MIT License
76 stars 11 forks source link

Fix non build for non-standard MPD header locations #227

Closed joshkunz closed 10 months ago

joshkunz commented 10 months ago

Right now, the build depends on the MPD headers (presumably coming from libmpdclient) being in a system directory. This PR fixes the build configuration, so even non-system installs will work as long as they are discoverable with pkg-config.

Fixes #226

joshkunz commented 10 months ago

Whoops forgot to do a no-ff merge. This has been merged.