# HG changeset patch # User Antoine Bodin # Date 1323379180 -3600 # Node ID 3141a549cd9aa9a45a5e35524da9ded5fe00f734 # Parent 12abc5f169ae6117517f80f770923ce75b937181 Fix: add missing depend libgio to dbus-glib diff -r 12abc5f169ae -r 3141a549cd9a dbus-glib/receipt --- a/dbus-glib/receipt Thu Dec 08 11:39:38 2011 +0100 +++ b/dbus-glib/receipt Thu Dec 08 22:19:40 2011 +0100 @@ -10,8 +10,9 @@ WGET_URL="http://dbus.freedesktop.org/releases/dbus-glib/$TARBALL" CROSS="bug: can not run test program" -DEPENDS="dbus glib expat" -BUILD_DEPENDS="dbus-dev glib-dev expat-dev pkg-config gettext" +DEPENDS="dbus libgio expat" +BUILD_DEPENDS="dbus-dev glib-dev libgio-dev expat-dev \ +pkg-config gettext" # Rules to configure and make the package. compile_rules()