Add linux pacman add_extsources for libxcb (#890)

pull/903/head
Arthapz 3 years ago committed by GitHub
parent afddde3c30
commit 3848bbbac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/l/libxcb/xmake.lua

@ -8,7 +8,7 @@ package("libxcb")
add_versions("1.14", "2c7fcddd1da34d9b238c9caeda20d3bd7486456fc50b3cc6567185dbd5b0ad02")
if is_plat("linux") then
add_extsources("apt::libxcb1-dev")
add_extsources("apt::libxcb1-dev", "pacman::libxcb")
end
if is_plat("macosx", "linux") then

Loading…
Cancel
Save