diff dev/gobject-introspection/gobject-introspection.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 7791d3dbfecf
line wrap: on
line diff
--- a/dev/gobject-introspection/gobject-introspection.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/dev/gobject-introspection/gobject-introspection.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPL"
 PKGSUMMARY="introspection system for GObject-based libraries"
 PKGDOWNLOAD="https://download.gnome.org/sources/$PKGNAME/1.60/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="meson:build"
+PKGDEPENDS="glib meson:build"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}