2
0
Эх сурвалжийг харах

Add linux pacman add_extsources for libxcb (#890)

Arthapz 3 жил өмнө
parent
commit
3848bbbac1

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

@@ -8,7 +8,7 @@ package("libxcb")
     add_versions("1.14", "2c7fcddd1da34d9b238c9caeda20d3bd7486456fc50b3cc6567185dbd5b0ad02")
     add_versions("1.14", "2c7fcddd1da34d9b238c9caeda20d3bd7486456fc50b3cc6567185dbd5b0ad02")
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_extsources("apt::libxcb1-dev")
+        add_extsources("apt::libxcb1-dev", "pacman::libxcb")
     end
     end
 
 
     if is_plat("macosx", "linux") then
     if is_plat("macosx", "linux") then