Przeglądaj źródła

Add linux pacman add_extsources for gobject-introspection (#879)

Arthapz 3 lat temu
rodzic
commit
40ae1704c1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/g/gobject-introspection/xmake.lua

+ 1 - 1
packages/g/gobject-introspection/xmake.lua

@@ -12,7 +12,7 @@ package("gobject-introspection")
     add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})
 
     if is_plat("linux") then
-        add_extsources("apt::libgirepository1.0-dev")
+        add_extsources("apt::libgirepository1.0-dev", "pacman::gobject-introspection-runtime")
     end
 
     add_deps("meson", "ninja", "pkg-config", "python 3.x", "flex", "bison")