Skip to content

Commit

Permalink
thirdparty/harfbuzz 2.6.1 for PocketBook (#959)
Browse files Browse the repository at this point in the history
Fixes #958.
  • Loading branch information
Frenzie committed Aug 28, 2019
1 parent a4bac4c commit 97afa1c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions thirdparty/harfbuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ if($ENV{ANDROID})
set(CFG_CMD "${CFG_CMD} && ${ISED} 's|soname_spec=.*|soname_spec=\"\\\\\$libname\\\\\$release\\\\\$shared_ext\\\\\$major\"|' libtool")
endif()

if($ENV{POCKETBOOK})
# The PocketBook toolchain is stuck with gcc 4.8, support of which was dropped in HB 2.5.
# In the short term we deal with this by keeping PB at a lower version.
# See https://github.com/koreader/koreader-base/pull/917#issuecomment-495940413
set(HB_VER 2.4.0)
else()
set(HB_VER 2.6.1)
endif()
set(HB_VER 2.6.1)

ko_write_gitclone_script(
GIT_CLONE_SCRIPT_FILENAME
Expand Down

0 comments on commit 97afa1c

Please sign in to comment.