Add linux pacman add_extsources for libdc1394 (#881)

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

@ -8,7 +8,7 @@ package("libdc1394")
add_versions("2.2.6", "2b905fc9aa4eec6bdcf6a2ae5f5ba021232739f5be047dec8fe8dd6049c10fed")
if is_plat("linux") then
add_extsources("apt::libdc1394-22-dev")
add_extsources("apt::libdc1394-22-dev", "pacman::libdc1394")
end
add_deps("libusb")

Loading…
Cancel
Save