diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-11 23:25:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-11 23:25:34 +0200 |
commit | 1ed6f2b800832dceb40515f22c11ae33936c3b94 (patch) | |
tree | 38001c459333dea5f7e2d7cd374c3c0187fdba7c /package/cairo | |
parent | ba43825b2d6944008f9cfb8101d66fd856b962a5 (diff) |
enable tee
Diffstat (limited to 'package/cairo')
-rw-r--r-- | package/cairo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cairo/Makefile b/package/cairo/Makefile index b15efd5e2..13ed514d4 100644 --- a/package/cairo/Makefile +++ b/package/cairo/Makefile @@ -29,6 +29,7 @@ $(eval $(call PKG_template,CAIRO_DEV,cairo-dev,${PKG_VERSION}-${PKG_RELEASE},${P TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) CONFIGURE_ARGS+= --enable-ft=yes \ + --enable-tee=yes \ --enable-xlib=yes cairo-install: |