diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index c71bbd7661..c42b4f3d46 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -1,11 +1,9 @@ # Template build file for 'cairo'. pkgname=cairo version=1.12.8 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --enable-tee --enable-gl" -makedepends="pkg-config libpng-devel>=1.5.10 fontconfig-devel pixman-devel - libXrender-devel glib-devel MesaLib-devel" subpackages="$pkgname-devel" short_desc="Vector graphics library with cross-device output support" maintainer="Juan RP " @@ -24,3 +22,7 @@ long_desc=" 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and antialiased text rendering." + +depends="pixman>=0.28" +makedepends="pkg-config libpng-devel>=1.5.10 fontconfig-devel + pixman-devel>=0.28 libXrender-devel glib-devel MesaLib-devel"