Skip to content

Commit

Permalink
Support circular depedency of harfbuzz-freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Jan 19, 2018
1 parent 36015b9 commit a7ffd49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions freetype/VITABUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ sha256sums=('7b657d5f872b0ab56461f3bd310bd1c5ec64619bd15f0d8e08282d494d9cfea4')

build() {
cd freetype-$pkgver
mkdir build && cd build
cmake .. $CMARGS -DWITH_ZLIB=ON -DWITH_BZip2=OFF -DWITH_PNG=ON -DWITH_HarfBuzz=OFF -DCMAKE_INSTALL_PREFIX=$prefix
mkdir build || true
cd build
cmake .. $CMARGS -DWITH_ZLIB=ON -DWITH_BZip2=OFF -DWITH_PNG=ON -DWITH_HarfBuzz=${WITHHB:-ON} -DCMAKE_INSTALL_PREFIX=$prefix
make
}

Expand Down
3 changes: 2 additions & 1 deletion travis_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ b libexif
b libjpeg-turbo
b jansson
b yaml-cpp
b freetype
WITHHB=OFF b freetype # Support hb-ft circular dependency
b harfbuzz
b freetype
b fftw
b libvita2d
b libmad
Expand Down

0 comments on commit a7ffd49

Please sign in to comment.