From e0ce896aff4cf592eae91b269a6a846af0545336 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 1 Feb 2022 23:38:59 +0000 Subject: added gobject introspection to glib --- repo/system/glib.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/glib.xibuild') diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild index f3a7820..808d2ff 100644 --- a/repo/system/glib.xibuild +++ b/repo/system/glib.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(meson ninja docbook-xsl docbook-dtd) -DEPS=(pcre libffi zlib glibc libxslt gdb) +DEPS=(pcre libffi zlib glibc libxslt gdb gobject-introspection) PKG_VER=2.70.2 SOURCE=https://download.gnome.org/sources/glib/$(echo $PKG_VER | cut -d. -f-2)/glib-$PKG_VER.tar.xz -- cgit v1.2.1