gdk-pixbuf: enable x11 support.
This commit is contained in:
parent
3c46bfcf9a
commit
4bd5714343
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,3 +10,4 @@ libgthread-2.0.so.0
|
|||
librt.so.1
|
||||
libjpeg.so.8
|
||||
libtiff.so.5
|
||||
libX11.so.6
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user