wok rev 11363

Fix: add missing depend libgio to dbus-glib
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Dec 08 22:19:40 2011 +0100 (2011-12-08)
parents 12abc5f169ae
children 9b609b8dccdb
files dbus-glib/receipt
line diff
     1.1 --- a/dbus-glib/receipt	Thu Dec 08 11:39:38 2011 +0100
     1.2 +++ b/dbus-glib/receipt	Thu Dec 08 22:19:40 2011 +0100
     1.3 @@ -10,8 +10,9 @@
     1.4  WGET_URL="http://dbus.freedesktop.org/releases/dbus-glib/$TARBALL"
     1.5  CROSS="bug: can not run test program"
     1.6  
     1.7 -DEPENDS="dbus glib expat"
     1.8 -BUILD_DEPENDS="dbus-dev glib-dev expat-dev pkg-config gettext"
     1.9 +DEPENDS="dbus libgio expat"
    1.10 +BUILD_DEPENDS="dbus-dev glib-dev libgio-dev expat-dev \
    1.11 +pkg-config gettext"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()