diff options
| author | Tobias Markus <tobbi.bugs@googlemail.com> | 2019-06-14 19:23:54 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-14 10:23:54 -0700 |
| commit | 9a24bd109e3c52be14d381e374f4533059b3c2ef (patch) | |
| tree | 7469debe23eb04c07bb818b1ef2a378710dee333 /ports/harfbuzz | |
| parent | b03f62e0ebc1b5515bc8a1f41f3bfe9eca6589d4 (diff) | |
| download | vcpkg-9a24bd109e3c52be14d381e374f4533059b3c2ef.tar.gz vcpkg-9a24bd109e3c52be14d381e374f4533059b3c2ef.zip | |
[libraqm] Add new port (0.6.0) (#6659)
* Add libraqm
* [libraqm] Whitespace changes to force rebuild
* [harfbuzz] Propagate dependency on glib downstream
* [fribidi] Force rebuild on CI
* [libraqm] Force CI build
Diffstat (limited to 'ports/harfbuzz')
| -rw-r--r-- | ports/harfbuzz/portfile.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index 08b20f270..48cfaf1b7 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -17,9 +17,11 @@ vcpkg_from_github( ) file(READ ${SOURCE_PATH}/CMakeLists.txt _contents) + if("${_contents}" MATCHES "include \\(FindFreetype\\)") message(FATAL_ERROR "Harfbuzz's cmake must not directly include() FindFreetype.") endif() + if("${_contents}" MATCHES "find_library\\(GLIB_LIBRARIES") message(FATAL_ERROR "Harfbuzz's cmake must not directly find_library() glib.") endif() |
