diff system/accountsservice/accountsservice.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/system/accountsservice/accountsservice.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/system/accountsservice/accountsservice.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="GPLv3"
 PKGSUMMARY="D-Bus API for querying users"
 PKGDOWNLOAD="https://www.freedesktop.org/software/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="meson:build gobject-introspection polkit"
+PKGDEPENDS="glib gobject-introspection meson:build polkit"
 
 : ${CC:=clang}
 : ${CFLAGS:=-O2}