diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-01-11 09:27:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 00:27:46 -0800 |
| commit | 6b2f51fc7aa3c8123e591a7726bb0946ba7dbf79 (patch) | |
| tree | b1b16e2714feae3bdc3987034044523494193935 /ports/fontconfig/CONTROL | |
| parent | 13293851e32e78e85782e8e8aa8ebee338c500f4 (diff) | |
| download | vcpkg-6b2f51fc7aa3c8123e591a7726bb0946ba7dbf79.tar.gz vcpkg-6b2f51fc7aa3c8123e591a7726bb0946ba7dbf79.zip | |
[fontconfig] add vcpkg cmake wrapper. (#15144)
* [fontconfig] add vcpkg cmake wrapper.
* fix empty statement in the wrapper
* dont depend on Freetype::Freetype if it is unavailable
* rename wrapper to cmake.in
* Update ports/fontconfig/portfile.cmake
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
Diffstat (limited to 'ports/fontconfig/CONTROL')
| -rw-r--r-- | ports/fontconfig/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index d02960b62..4b455e985 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,6 +1,6 @@ Source: fontconfig Version: 2.13.1 -Port-Version: 2 +Port-Version: 3 Homepage: https://www.freedesktop.org/software/fontconfig/front.html Description: Library for configuring and customizing font access. Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, dirent, libuuid (!windows&!osx), gettext
\ No newline at end of file |
