Browse Source

Add linux pacman add_extsources for libxdmcp (#889)

Arthapz 3 years ago
parent
commit
b404a4b665
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libxdmcp/xmake.lua

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

@@ -7,7 +7,7 @@ package("libxdmcp")
     add_versions("1.1.3", "20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529")
     add_versions("1.1.3", "20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529")
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_extsources("apt::libxdmcp-dev")
+        add_extsources("apt::libxdmcp-dev", "pacman::libxmdcp")
     end
     end
 
 
     if is_plat("macosx", "linux") then
     if is_plat("macosx", "linux") then