]> granicus.if.org Git - graphviz/commit
CMake: propagate include flag for harfbuzz on Windows
authorNehal J Wani <nehaljw.kkd1@gmail.com>
Tue, 11 May 2021 00:19:04 +0000 (20:19 -0400)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 13 Dec 2021 02:17:23 +0000 (18:17 -0800)
commit3b8f5e0d4f7242dfd10e7ead41d1e1de273cedee
treed9a35029b01c528bf6716b70d0b84f5aab4a8a73
parent41f8e5a29606208aa463f5c5f2650faccba99e39
CMake: propagate include flag for harfbuzz on Windows

Pango >=1.44.1 changed the way harfbuzz is included
xref: https://github.com/GNOME/pango/commit/a7b17aa2

This is not required on *nix because the PkgConfig CMake module
already takes care of this. For example, on Ubuntu it adds:
-I/usr/include/harbuzz to PangoCairo_CFLAGS
cmake/FindPangoCairo.cmake