Add linux pacman add_extsources for libxdmcp (#889)

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

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

Loading…
Cancel
Save