wok-current diff dbus-glib/receipt @ rev 11464
sagan: add pcre to depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:45:19 2011 +0100 (2011-12-17) |
parents | 455fab64530b |
children | 86ac09fc30db |
line diff
1.1 --- a/dbus-glib/receipt Mon Oct 17 02:43:44 2011 +0000 1.2 +++ b/dbus-glib/receipt Sat Dec 17 11:45:19 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()