Add linux pacman add_extsources for fribidi (#874)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent bdc621b47b
commit afbf43053b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/f/fribidi/xmake.lua

@ -11,7 +11,7 @@ package("fribidi")
if is_plat("windows") then
add_deps("meson", "ninja")
elseif is_plat("linux") then
add_extsources("apt::libfribidi-dev")
add_extsources("apt::libfribidi-dev", "pacman::fribidi")
end
on_load("windows", function (package)

Loading…
Cancel
Save