diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 19:12:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-12 19:12:38 +0200 |
commit | fec1fd5598765d02691cb4c2b3ea3f1938be7824 (patch) | |
tree | 78abeafc5125b3465a20d2a0a406f4de69d54bb8 /package/cairo | |
parent | debc4a7d3c109490b833434c7e7bca7bf293c832 (diff) | |
parent | 819692c26044aa5bb280a08fa017de9d55ca18b9 (diff) |
merge
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 d1a384ad2..1218e6493 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: |