wok diff cromfs/receipt @ rev 6389

Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 23 18:31:29 2010 +0000 (2010-09-23)
parents 8fa4196121d4
children c90959c0a6b8
line diff
     1.1 --- a/cromfs/receipt	Tue Sep 22 15:52:14 2009 +0200
     1.2 +++ b/cromfs/receipt	Thu Sep 23 18:31:29 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Compressed read only filesystem implemented with FUSE."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="fuse lzma lzo"
     1.8 +DEPENDS="fuse lzma lzo libgomp"
     1.9  BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://bisqwit.iki.fi/source/cromfs.html"