contrib: harfbuzz: Restored a proper .pc file and fixed mac build
The .pc file provided in the upstream src/ only works with autotools, since CMake does not replace the variables marked with %variable%. Our own custom .pc file was introduced in eed98c81, and then reverted in d2a01fe3. This patch restores previous behaviour. Additionally, upstream harfbuzz broke mac builds by restricting framework checks to HG_IOS define which they set manually. Reverted that change to restore the previous behaviour.
Please register or sign in to comment