diff options
author | kwm <kwm@FreeBSD.org> | 2013-06-06 22:59:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-06-06 22:59:50 +0800 |
commit | 9e593583b391ab2288f1c4b0bcb95df2ae704d86 (patch) | |
tree | ec560174eb61e573b84f59e7bef7b7ab8377964c /print/harfbuzz/pkg-plist | |
parent | b42e9bd121388f25eebcd5e7f44fd1cc45cc0692 (diff) | |
download | freebsd-ports-gnome-9e593583b391ab2288f1c4b0bcb95df2ae704d86.tar.gz freebsd-ports-gnome-9e593583b391ab2288f1c4b0bcb95df2ae704d86.tar.zst freebsd-ports-gnome-9e593583b391ab2288f1c4b0bcb95df2ae704d86.zip |
Enable disabled support for cairo, graphite and icu support. It was pointed
out to me that there is a subtle build failure in future webkit releases and
that libreoffice 4.1 depends on the icu support in harfbuzz.
Pointed out by: olivierd@ (via priv mail) and ftigeot (on IRC)
Diffstat (limited to 'print/harfbuzz/pkg-plist')
-rw-r--r-- | print/harfbuzz/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 8f3d80f69da1..13f04ecf1ce1 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -1,5 +1,6 @@ bin/hb-ot-shape-closure bin/hb-shape +bin/hb-view include/harfbuzz/hb-blob.h include/harfbuzz/hb-buffer.h include/harfbuzz/hb-common.h @@ -7,6 +8,8 @@ include/harfbuzz/hb-font.h include/harfbuzz/hb-ft.h include/harfbuzz/hb-glib.h include/harfbuzz/hb-gobject.h +include/harfbuzz/hb-graphite2.h +include/harfbuzz/hb-icu.h include/harfbuzz/hb-ot-layout.h include/harfbuzz/hb-ot-tag.h include/harfbuzz/hb-ot.h |