Spotifyd / spotifyd

A spotify daemon
https://spotifyd.rs
GNU General Public License v3.0
9.81k stars 449 forks source link

"Package alsa was not found in the pkg-config search path" error raised trying to add bevy as a dependency #1046

Closed DeEmperorPigeon closed 2 years ago

DeEmperorPigeon commented 2 years ago

Description When I add Bevy as a dependency in the cargo.toml file, it gives me this error:

Package alsa was not found in the pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'

To Reproduce

  1. I installed rust on the latest version of Fedora linux using curl https://sh.rustup.rs/ -sSf | sh
  2. I added the line bevy = "0.6" under [dependencies] in the cargo.toml file
  3. After running cargo run it gives me the error

Versions (please complete the following information):