From 0db14df07018104bccb73807852b21f61859b6bf Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sat, 17 Aug 2019 21:04:46 -0700 Subject: [PATCH] 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+. --- cmake/SearchForStuff.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index 25bb69f667..f3829537ba 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -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}) #----------------------------------------