Skip to content

Commit

Permalink
Allow all UNIX systems to install the Pulseaudio/MPRIS features rathe…
Browse files Browse the repository at this point in the history
…r than just Linux (see issue #152)
  • Loading branch information
marin-m committed Jan 21, 2024
1 parent 7d42a9e commit 1ee47d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pulse = [ "pulsectl-rs", "libpulse-binding" ]
mpris = [ "mpris-player" ]
ffmpeg = []

[target.'cfg(target_os = "linux")'.dependencies]
[target.'cfg(unix)'.dependencies]
pulsectl-rs = { version = "0.3.2", optional = true }
libpulse-binding = { version = "2.24.0", optional = true }
mpris-player = { version = "0.6.1", optional = true }
Expand Down

0 comments on commit 1ee47d8

Please sign in to comment.