gdk-pixbuf: use libjpeg-turbo per default

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-27 16:40:11 +01:00
parent 877cb78f4b
commit ecab702e44

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.gtk.org/"
PKG_URL="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.23/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="glib tiff $LIBJPEG libpng jasper"
PKG_BUILD_DEPENDS="toolchain glib tiff $LIBJPEG libpng jasper"
PKG_DEPENDS="glib tiff libjpeg-turbo libpng jasper"
PKG_BUILD_DEPENDS="toolchain glib tiff libjpeg-turbo libpng jasper"
PKG_PRIORITY="optional"
PKG_SECTION="x11/toolkits"
PKG_SHORTDESC="gdk-pixbuf: a GNOME library for image loading and manipulation."