Browse Source

Add linux pacman add_extsources for libdc1394 (#881)

Arthapz 3 years ago
parent
commit
0194ff5141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libdc1394/xmake.lua

+ 1 - 1
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")