wok rev 11480

libgnome: add openssl to depends; add intltool to build_depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 18 03:01:59 2011 +0100 (2011-12-18)
parents 54d9c01beaff
children 11094c14e720
files libgnome/receipt
line diff
     1.1 --- a/libgnome/receipt	Sun Dec 18 03:01:59 2011 +0100
     1.2 +++ b/libgnome/receipt	Sun Dec 18 03:01:59 2011 +0100
     1.3 @@ -10,9 +10,10 @@
     1.4  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.5  GENERIC_PIXMAPS="no"
     1.6  
     1.7 -DEPENDS="libbonobo gnome-vfs esound audiofile GConf popt alsa-lib dbus-glib"
     1.8 +DEPENDS="libbonobo gnome-vfs esound audiofile GConf popt alsa-lib dbus-glib \
     1.9 +openssl"
    1.10  BUILD_DEPENDS="libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev \
    1.11 -GConf-dev popt-dev alsa-lib-dev dbus-glib-dev"
    1.12 +GConf-dev popt-dev alsa-lib-dev dbus-glib-dev intltool"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()