One more try here. Make harfbuzz optional instead of required for the moment, and worry about travis once it's on distributions with pango 1.44+.

This commit is contained in:
arcum42 2019-08-17 21:04:46 -07:00
parent c381cb90be
commit 0db14df070
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ if(ZLIB_FOUND)
include_directories(${ZLIB_INCLUDE_DIRS})
endif()
find_package(HarfBuzz REQUIRED)
find_package(HarfBuzz)
include_directories(${HARFBUZZ_INCLUDE_DIRS})
#----------------------------------------