Browse Source

Add linux pacman add_extsources for libxaw (#891)

Arthapz 3 years ago
parent
commit
0cd230013b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libxaw/xmake.lua

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

@@ -11,7 +11,7 @@ package("libxaw")
     end
     end
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_extsources("apt::libxaw7-dev")
+        add_extsources("apt::libxaw7-dev", "pacman::libxaw")
     end
     end
 
 
     on_install("macosx", "linux", function (package)
     on_install("macosx", "linux", function (package)