diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-04-30 00:57:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 15:57:05 -0700 |
| commit | 56c0313c4b46eb3d25e62d27b3986ed2ac557902 (patch) | |
| tree | d919cc520bb6043c4fffc3664b2cfd8ee69891c9 /ports | |
| parent | 4d57adb52eab756b08ab4c6cb622b0a764bcf64b (diff) | |
| download | vcpkg-56c0313c4b46eb3d25e62d27b3986ed2ac557902.tar.gz vcpkg-56c0313c4b46eb3d25e62d27b3986ed2ac557902.zip | |
[fontconfig] Don't require uuid port for mingw (#17280)
* [fontconfig] Don't require uuid port for mingw
* Update versions
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/fontconfig/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index f6892ac23..f08532e13 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,6 +1,6 @@ Source: fontconfig Version: 2.13.1 -Port-Version: 5 +Port-Version: 6 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, libuuid (!windows&!osx), gettext +Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, libuuid (!windows&!osx&!mingw), gettext |
