Browse Source

Add linux pacman add_extsources for libxmu (#883)

Arthapz 3 years ago
parent
commit
39d06cacdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libxmu/xmake.lua

+ 1 - 1
packages/l/libxmu/xmake.lua

@@ -7,7 +7,7 @@ package("libxmu")
     add_versions("1.1.3", "5bd9d4ed1ceaac9ea023d86bf1c1632cd3b172dce4a193a72a94e1d9df87a62e")
     add_versions("1.1.3", "5bd9d4ed1ceaac9ea023d86bf1c1632cd3b172dce4a193a72a94e1d9df87a62e")
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_extsources("apt::libxmu-dev")
+        add_extsources("apt::libxmu-dev", "pacman::libxmu")
     end
     end
 
 
     add_deps("libxt", "libxext")
     add_deps("libxt", "libxext")