Explorar o código

Add linux pacman add_extsources for libxtst (#868)

Arthapz %!s(int64=3) %!d(string=hai) anos
pai
achega
cb0e8e9514
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/l/libxtst/xmake.lua

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

@@ -8,7 +8,7 @@ package("libxtst")
     add_versions("1.2.3", "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204")
 
     if is_plat("linux") then
-        add_extsources("apt::libxtst-dev")
+        add_extsources("apt::libxtst-dev", "pacman::libxtst")
     end
 
     if is_plat("macosx", "linux") then