wok rev 10620
edbus: fix bdeps one more time
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 26 18:50:24 2011 +0200 (2011-05-26) |
parents | 6b1ce5d876c8 |
children | fe57bf03de94 |
files | edbus/receipt |
line diff
1.1 --- a/edbus/receipt Thu May 26 18:44:09 2011 +0200 1.2 +++ b/edbus/receipt Thu May 26 18:50:24 2011 +0200 1.3 @@ -10,9 +10,9 @@ 1.4 WEB_SITE="http://www.enlightenment.org/" 1.5 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" 1.6 1.7 -DEPENDS="dbus ecore evas hal libgnutls libcurl fribidi librsvg libcroco" 1.8 -BUILD_DEPENDS="dbus-dev ecore-dev eina-dev evas-dev hal-dev fribidi-dev \ 1.9 -librsvg-dev gnutls-dev libcroco-dev" 1.10 +DEPENDS="eina eet ecore evas libgnutls libssl libcroco librsvg dbus" 1.11 +BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev gnutls-dev openssl-dev \ 1.12 +libcroco-dev librsvg-dev dbus-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()