alsa-lib: Add autoconf dependencies (#2974)

pull/2975/head
Jérôme Leclercq 1 year ago committed by GitHub
parent fe622f7c96
commit 39f57f1060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/a/alsa-lib/xmake.lua

@ -14,6 +14,10 @@ package("alsa-lib")
add_extsources("pacman::alsa-lib", "apt::libasound2-dev")
end
if not is_plat("windows") then
add_deps("autoconf", "automake", "libtool")
end
on_install("linux", function (package)
local configs = {}
table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))

Loading…
Cancel
Save