Add linux pacman add_extsources for libxv (#867)

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

@ -7,7 +7,7 @@ package("libxv")
add_versions("1.0.11", "d26c13eac99ac4504c532e8e76a1c8e4bd526471eb8a0a4ff2a88db60cb0b088")
if is_plat("linux") then
add_extsources("apt::libxv-dev")
add_extsources("apt::libxv-dev", "pacman::libxv")
end
if is_plat("macosx", "linux") then

Loading…
Cancel
Save