diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 12:04:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-10 12:04:50 +0100 |
commit | 5c5a5fa8ef2e2d157e04fc837f0f6d377fa393bc (patch) | |
tree | 306c47f395bd557ceccdf12ac12cafd895b3a1b0 /package | |
parent | 381c6145316a997ad080b3e50c57b3832f1393fd (diff) |
disable pdf for cairo
Diffstat (limited to 'package')
-rw-r--r-- | package/cairo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile index 8b26cbfdb..44573958b 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:= 2 PKG_MD5SUM:= a1304edcdc99282f478b995ee5f8f854 PKG_DESCR:= cairo graphics library PKG_SECTION:= libs @@ -33,7 +33,8 @@ endif CONFIGURE_ARGS+= --enable-ft=yes \ --enable-fc=yes \ --enable-tee=yes \ - --enable-xlib=yes + --enable-xlib=yes \ + --enable-pdf=no cairo-install: ${INSTALL_DIR} ${IDIR_CAIRO}/usr/lib/cairo |