mahkoh / spotblock

A minimal spotify ad blocker
GNU General Public License v3.0
35 stars 1 forks source link

Dependencies in cmake missing #5

Open fmauch opened 7 years ago

fmauch commented 7 years ago

Hi there,

I just compiled the package under Ubuntu and there seem to be dependencies missing in the CMake files.

cmake went down find, but when invoking make I got errors due to missing dependencies of pulse headers and systemd headers. Maybe they could be added to the cmake files as well.

Thanks for the work :)

mahkoh commented 7 years ago

You have to install the pulseaudio and systemd development packages.

fmauch commented 7 years ago

Yes, I do know that and did that, I just think it would be nice to check this in the CMake step already.