Просмотр исходного кода

Add linux pacman add_extsources for libxfixes (#887)

Arthapz 3 лет назад
Родитель
Сommit
afddde3c30
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/l/libxfixes/xmake.lua

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

@@ -7,7 +7,7 @@ package("libxfixes")
     add_versions("5.0.3", "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6")
     add_versions("5.0.3", "de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6")
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_extsources("apt::libxfixes-dev")
+        add_extsources("apt::libxfixes-dev", "pacman::libxfixes")
     end
     end
 
 
     if is_plat("macosx", "linux") then
     if is_plat("macosx", "linux") then