diff options
author | wbx <wbx@openadk.org> | 2011-04-12 00:10:46 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-12 00:10:46 +0200 |
commit | 8e2e3885aedccaeb208b6620b37e724611daa0a2 (patch) | |
tree | f8cfc940cf25321b8e873a0f07f15eeeae866fa8 | |
parent | a468f8614e3cd446aca04203ac0b784df30b10c9 (diff) | |
parent | efd988a93f437b050627727fd1bd9041764b2de7 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
-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: |