wok rev 9929

edbus: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 17 23:42:17 2011 +0200 (2011-05-17)
parents b8fe7e19466a
children ab78d24434f5
files edbus/receipt
line diff
     1.1 --- a/edbus/receipt	Tue May 17 23:38:59 2011 +0200
     1.2 +++ b/edbus/receipt	Tue May 17 23:42:17 2011 +0200
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Enlightenment's (Ecore) integration to DBus"
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="dbus ecore"
     1.8 -BUILD_DEPENDS=""
     1.9  SOURCE="e_dbus"
    1.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.enlightenment.org/"
    1.12  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.13  
    1.14 +DEPENDS="dbus ecore"
    1.15 +BUILD_DEPENDS="dbus-dev ecore-dev eina-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {