Skip to content

Commit

Permalink
harfbuzz: Enable Graphite2 support
Browse files Browse the repository at this point in the history
LibreOffice 5.3 needs Harfbuzz built with Graphite support.

```
[…]
checking whether system Harfbuzz is built with Graphite support... checking for hb_graphite2_face_get_gr_face... no
configure: error: Harfbuzz needs to be built with Graphite support.
[…]
```
  • Loading branch information
pmenzel committed May 11, 2017
1 parent b15fbf8 commit b488690
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions harfbuzz.be0
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ SRCURL[0]="https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PKGV
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--with-graphite2
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit b488690

Please sign in to comment.