summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-20 17:28:15 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-25 11:58:02 +0000
commit8d35ad8726f44c4e853b5a192203ffcbbd2476e1 (patch)
tree3aa99f1b113b5192bf86e57a7622ea8ec7711495 /util/cmake/helper.py
parent96d6e2276d5d820622c0cfd22b84157f88c1a261 (diff)
Add FindWrapHarfbuzz
Apparently we didn't have a wrap find module for it before. Add one, and add special support to handle a Gentoo broken Config file which is exported by an autotools build of harbuzz. Change-Id: I83cbeb817caf2610104c16713d4eac6ab6f8c63b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r--util/cmake/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 38ce134051..20ee7956ab 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -384,7 +384,7 @@ _library_map = [
LibraryMapping("gnu_iconv", None, None),
LibraryMapping("gtk3", "GTK3", "PkgConfig::GTK3"),
LibraryMapping("gssapi", "GSSAPI", "GSSAPI::GSSAPI"),
- LibraryMapping("harfbuzz", "harfbuzz", "harfbuzz::harfbuzz"),
+ LibraryMapping("harfbuzz", "WrapHarfbuzz", "WrapHarfbuzz::WrapHarfbuzz"),
LibraryMapping("host_dbus", None, None),
LibraryMapping(
"icu", "ICU", "ICU::i18n ICU::uc ICU::data", extra=["COMPONENTS", "i18n", "uc", "data"]