Parcourir la source

Add linux pacman add_extsources for glib (#878)

Arthapz il y a 3 ans
Parent
commit
98e5c51411
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/g/glib/xmake.lua

+ 1 - 1
packages/g/glib/xmake.lua

@@ -28,7 +28,7 @@ package("glib")
         add_extsources("brew::glib")
     elseif is_plat("linux") then
         add_syslinks("pthread", "dl", "resolv")
-        add_extsources("apt::libglib2.0-dev")
+        add_extsources("apt::libglib2.0-dev", "pacman::glib2")
     end
 
     if on_fetch then