Drop alsa-sys dependency on OpenBSD

Unlike other BSDs it never packaged ALSA and prefers everything to use sndio.
This commit is contained in:
Jan Beich 2020-01-07 16:15:47 +00:00
parent 700bef79d9
commit e77634941d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ringbuf = "0.1.6"
winapi = { version = "0.3", features = ["audiosessiontypes", "audioclient", "coml2api", "combaseapi", "debug", "devpkey", "handleapi", "ksmedia", "mmdeviceapi", "objbase", "std", "synchapi", "winbase", "winuser"] }
asio-sys = { version = "0.1", path = "asio-sys", optional = true }
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))'.dependencies]
alsa-sys = { version = "0.1", path = "alsa-sys" }
libc = "0.2"