diff options
| author | Simon Hausmann <hausmann@gmail.com> | 2018-09-18 08:48:30 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-09-17 23:48:30 -0700 |
| commit | c7f99a77a882ab5c2dce52dc5fa9005fe905773f (patch) | |
| tree | c0fa378198f3984cbd629b938ce82cfa60684b69 /ports/harfbuzz/CONTROL | |
| parent | ea08dc33c332cf6972c0196449ce077eb70615a9 (diff) | |
| download | vcpkg-c7f99a77a882ab5c2dce52dc5fa9005fe905773f.tar.gz vcpkg-c7f99a77a882ab5c2dce52dc5fa9005fe905773f.zip | |
Fix up double-conversion and harfbuzz (#4285)
* [double-conversion] Bump to 3.1.0
This release also allows removing the workarounds for calling
vcpkg_fixup_cmake_targets twice after renaming *LibraryDepends.cmake
because upstream didn't install *Targets.cmake files. That in turn fixes
using double-conversion on Linux.
* [harfbuzz] Fix cmake configs
When building cmake with autotools, a harfbuzz-config.cmake file gets
installed that makes find_package work. However when building with
cmake, that is omitted. Therefore include a patch from upstream pull
request
https://github.com/harfbuzz/harfbuzz/pull/1161
to fix that.
* [harfbuzz] Rename targets to unofficial-harfbuzz because they are not provided by upstream
Diffstat (limited to 'ports/harfbuzz/CONTROL')
| -rw-r--r-- | ports/harfbuzz/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/harfbuzz/CONTROL b/ports/harfbuzz/CONTROL index fc9ce8370..da621b58d 100644 --- a/ports/harfbuzz/CONTROL +++ b/ports/harfbuzz/CONTROL @@ -1,5 +1,5 @@ Source: harfbuzz -Version: 1.8.4 +Version: 1.8.4-1 Description: HarfBuzz OpenType text shaping engine Build-Depends: freetype, ragel Default-Features: ucdn |
