From fe62160b4482cadd69b787d6c46e306939a9f343 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 29 Mar 2012 02:45:41 +0200 Subject: [PATCH] cairo: update to cairo-1.12.0 Signed-off-by: Stephan Raue --- packages/graphics/cairo/build | 2 ++ packages/graphics/cairo/meta | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/graphics/cairo/build b/packages/graphics/cairo/build index 1efc2fa447..b2372c6f86 100755 --- a/packages/graphics/cairo/build +++ b/packages/graphics/cairo/build @@ -52,6 +52,8 @@ cd $PKG_BUILD --disable-skia \ --disable-os2 \ --disable-beos \ + --disable-glesv2 \ + --disable-cogl \ --disable-drm \ --disable-drm-xr \ --disable-gallium \ diff --git a/packages/graphics/cairo/meta b/packages/graphics/cairo/meta index 1e13d7eefb..1e1b2dc9a1 100644 --- a/packages/graphics/cairo/meta +++ b/packages/graphics/cairo/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="cairo" -PKG_VERSION="1.10.2" +PKG_VERSION="1.12.0" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="LGPL"