diff options
Diffstat (limited to 'package/cairo/Makefile')
-rw-r--r-- | package/cairo/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile index 8b26cbfdb..82bffe11f 100644 --- a/package/cairo/Makefile +++ b/package/cairo/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= cairo PKG_VERSION:= 1.12.16 -PKG_RELEASE:= 1 +PKG_RELEASE:= 3 PKG_MD5SUM:= a1304edcdc99282f478b995ee5f8f854 PKG_DESCR:= cairo graphics library PKG_SECTION:= libs @@ -33,7 +33,10 @@ endif CONFIGURE_ARGS+= --enable-ft=yes \ --enable-fc=yes \ --enable-tee=yes \ - --enable-xlib=yes + --enable-xlib=yes \ + --enable-pdf=no \ + --disable-test-surfaces \ + --disable-full-testing cairo-install: ${INSTALL_DIR} ${IDIR_CAIRO}/usr/lib/cairo |