Skip to content

Commit

Permalink
Merge pull request #19680 from toots/patch-10
Browse files Browse the repository at this point in the history
Fix opus depext on macOS
  • Loading branch information
mseri authored Oct 6, 2021
2 parents e336f87 + 9d36710 commit 14ba043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/conf-libopus/conf-libopus.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ depexts: [
["libopus-dev"] {os-family = "debian" | os-family = "ubuntu"}
["opus-dev"] {os-family = "alpine"}
["opus"] {os-family = "arch"}
["libopus"] {os = "freebsd" | os-distribution = "nixos" | os-family = "suse" | os = "macos" & os-distribution = "homebrew"}
["libopus"] {os = "freebsd" | os-distribution = "nixos" | os-family = "suse"}
["libopusenc"] {os = "macos" & os-distribution = "homebrew"}
["opus-devel"] {os-distribution="centos" | os-family = "fedora"}
]
synopsis: "Virtual package relying on libopus"
Expand Down

0 comments on commit 14ba043

Please sign in to comment.