wok rev 12474
libcanberra: try a fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 13:29:57 2012 +0200 (2012-04-23) |
parents | 3c2bd4920bdb |
children | 96d7eeb131d6 |
files | libcanberra/receipt |
line diff
1.1 --- a/libcanberra/receipt Mon Apr 23 12:54:00 2012 +0200 1.2 +++ b/libcanberra/receipt Mon Apr 23 13:29:57 2012 +0200 1.3 @@ -8,9 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://0pointer.de/lennart/projects/libcanberra/" 1.6 WGET_URL="$WEB_SITE/$TARBALL" 1.7 -DEPENDS="libvorbis libogg gstreamer alsa-lib" 1.8 + 1.9 +DEPENDS="libvorbis libogg gstreamer alsa-lib glib libgio" 1.10 BUILD_DEPENDS="libvorbis-dev libogg-dev gstreamer-dev alsa-lib-dev vala \ 1.11 -gtk+-dev libtool glib-dev" 1.12 +gtk+-dev libtool glib-dev libgio-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()