File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ pkg_check_modules(PC_HARFBUZZ harfbuzz>=0.9.18)
37
37
38
38
find_path (HARFBUZZ_INCLUDE_DIR NAMES hb.h
39
39
HINTS ${PC_HARFBUZZ_INCLUDE_DIRS} ${PC_HARFBUZZ_INCLUDEDIR}
40
+ PATH_SUFFIXES harfbuzz
40
41
)
41
42
42
43
find_library (HARFBUZZ_LIBRARY NAMES harfbuzz
@@ -47,4 +48,4 @@ set(HARFBUZZ_INCLUDE_DIRS ${HARFBUZZ_INCLUDE_DIR})
47
48
set (HARFBUZZ_LIBRARIES ${HARFBUZZ_LIBRARY} )
48
49
include (FindPackageHandleStandardArgs )
49
50
FIND_PACKAGE_HANDLE_STANDARD_ARGS (HarfBuzz DEFAULT_MSG HARFBUZZ_INCLUDE_DIR HARFBUZZ_LIBRARY )
50
- mark_as_advanced (HARFBUZZ_LIBRARY HARFBUZZ_INCLUDE_DIR )
51
+ mark_as_advanced (HARFBUZZ_LIBRARY HARFBUZZ_INCLUDE_DIR )
Original file line number Diff line number Diff line change 12
12
#else
13
13
#include <fribidi/fribidi.h>
14
14
#endif
15
- #include <harfbuzz/ hb-ft.h>
15
+ #include <hb-ft.h>
16
16
#endif
17
17
18
18
You can’t perform that action at this time.
0 commit comments