mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
c381cb90be
commit
0db14df070
|
@ -191,7 +191,7 @@ if(ZLIB_FOUND)
|
||||||
include_directories(${ZLIB_INCLUDE_DIRS})
|
include_directories(${ZLIB_INCLUDE_DIRS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(HarfBuzz REQUIRED)
|
find_package(HarfBuzz)
|
||||||
include_directories(${HARFBUZZ_INCLUDE_DIRS})
|
include_directories(${HARFBUZZ_INCLUDE_DIRS})
|
||||||
|
|
||||||
#----------------------------------------
|
#----------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue