Skip to content

Commit

Permalink
One more try here. Make harfbuzz optional instead of required for the…
Browse files Browse the repository at this point in the history
… moment, and worry about travis once it's on distributions with pango 1.44+.
  • Loading branch information
arcum42 committed Aug 18, 2019
1 parent c381cb9 commit 0db14df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SearchForStuff.cmake
Expand Up @@ -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})

#----------------------------------------
Expand Down

0 comments on commit 0db14df

Please sign in to comment.