gdk-pixbuf: enable x11 support.

This commit is contained in:
Juan RP 2012-02-08 10:56:41 +01:00
parent 3c46bfcf9a
commit 4bd5714343
4 changed files with 5 additions and 4 deletions

View file

@ -1,2 +1,2 @@
abi_depends=">=2.22.0"
api_depends=">=2.24.1_1" # gdk-pixbuf-csource required shared-mime-info
api_depends=">=2.24.1_2" # x11 support

View file

@ -7,7 +7,7 @@ long_desc="
This package contains development files: headers, static libs, etc."
replaces="gtk+-devel<2.22"
revision=1
revision=2
Add_dependency run perl ">=0"
Add_dependency run libpng-devel

View file

@ -10,3 +10,4 @@ libgthread-2.0.so.0
librt.so.1
libjpeg.so.8
libtiff.so.5
libX11.so.6

View file

@ -3,8 +3,8 @@ pkgname=gdk-pixbuf
version=2.24.1
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--without-libjasper --with-included-loaders=png"
revision=1
configure_args="--without-libjasper --with-included-loaders=png --with-x11"
revision=2
short_desc="An Image loading library for The GTK+ toolkit (v2)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gtk.org/"