Преглед изворни кода

Add linux pacman add_extsources for gdk-pixbuf (#875)

Arthapz пре 3 година
родитељ
комит
1acda6a708
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      packages/g/gdk-pixbuf/xmake.lua

+ 2 - 0
packages/g/gdk-pixbuf/xmake.lua

@@ -18,6 +18,8 @@ package("gdk-pixbuf")
         add_extsources("brew::gdk-pixbuf")
         add_extsources("brew::gdk-pixbuf")
         add_syslinks("resolv")
         add_syslinks("resolv")
         add_patches("2.42.6", path.join(os.scriptdir(), "patches", "2.42.6", "macosx.patch"), "ad2705a5a9aa4b90fb4588bb567e95f5d82fccb6a5d463cd07462180e2e418eb")
         add_patches("2.42.6", path.join(os.scriptdir(), "patches", "2.42.6", "macosx.patch"), "ad2705a5a9aa4b90fb4588bb567e95f5d82fccb6a5d463cd07462180e2e418eb")
+    elseif is_plat("linux") then 
+        add_extsources("pacman::gdk-pixbuf2")
     end
     end
 
 
     on_load(function (package)
     on_load(function (package)