adds Pacman support, currently only works with BinDeps master
This commit is contained in:
parent
0d06ce2c96
commit
0c396b095b
1 changed files with 3 additions and 0 deletions
3
deps/build.jl
vendored
3
deps/build.jl
vendored
|
@ -10,6 +10,9 @@ libsndfile = library_dependency("libsndfile")
|
|||
# TODO: add other providers with correct names
|
||||
provides(AptGet, {"portaudio19-dev" => libportaudio})
|
||||
provides(AptGet, {"libsndfile1-dev" => libsndfile})
|
||||
provides(Pacman, {"portaudio" => libportaudio})
|
||||
provides(Pacman, {"libsndfile" => libsndfile})
|
||||
|
||||
|
||||
@osx_only begin
|
||||
if Pkg.installed("Homebrew") === nothing
|
||||
|
|
Loading…
Reference in a new issue