diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 12:55:04 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-11 12:55:26 +0200 |
| commit | d00236f20a681679ca662e0afd5f6164546f6926 (patch) | |
| tree | 8c05dc8b46a17a03d6283df3e034a59e280a38e7 /package | |
| parent | 8f775ab456b70f36bfe5437723c74cdc61395ebf (diff) | |
disable harfbuzz to avoid circular dependencies
Diffstat (limited to 'package')
| -rw-r--r-- | package/freetype/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/freetype/Makefile b/package/freetype/Makefile index 159189b56..2586eb21e 100644 --- a/package/freetype/Makefile +++ b/package/freetype/Makefile @@ -30,6 +30,7 @@ HOST_CONFIGURE_ARGS+= --with-zlib \ --without-bzip2 CONFIGURE_ARGS+= --with-zlib \ --without-png \ + --with-harfbuzz=no \ --without-bzip2 libfreetype-install: |
