fox: enable png support.

This commit is contained in:
Juan RP 2013-08-24 19:03:47 +02:00
parent 42113c58be
commit 333bfa0b81

View file

@ -1,13 +1,13 @@
# Template file for 'fox'
pkgname=fox
version=1.6.49
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-release --with-xft=yes --with-opengl=yes --with-xim
--with-xshm --with-shape --with-xcursor --with-xrender --with-xrandr
--with-xfixes --with-xinput"
makedepends="zlib-devel bzip2-devel libXcursor-devel libXft-devel libXrandr-devel
libXi-devel tiff-devel glu-devel"
libXi-devel libpng-devel tiff-devel glu-devel"
short_desc="Free Objects for X: GUI Toolkit for C++"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.fox-toolkit.org/"