wok-next diff libee/receipt @ rev 15288
pkg-config: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 26 17:57:02 2013 +0000 (2013-09-26) |
parents | 4195104b04ac |
children | 6c3718ca17b6 |
line diff
1.1 --- a/libee/receipt Wed Dec 14 05:19:55 2011 +0000 1.2 +++ b/libee/receipt Thu Sep 26 17:57:02 2013 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="http://www.libee.org/files/download/$TARBALL" 1.5 1.6 DEPENDS="libestr" 1.7 -BUILD_DEPENDS="libestr-dev" 1.8 +BUILD_DEPENDS="libestr-dev automake" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()