mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[fontconfig] Don't require uuid port for mingw (#17280)
* [fontconfig] Don't require uuid port for mingw * Update versions
This commit is contained in:
parent
4d57adb52e
commit
56c0313c4b
@ -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
|
||||
|
@ -2034,7 +2034,7 @@
|
||||
},
|
||||
"fontconfig": {
|
||||
"baseline": "2.13.1",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"foonathan-memory": {
|
||||
"baseline": "2019-07-21-1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1b2332fd4b819725ae740da7023098294a7da7e8",
|
||||
"version-string": "2.13.1",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "de83a21d912d9b87d8ad069d94dffcca201830a3",
|
||||
"version-string": "2.13.1",
|
||||
|
Loading…
Reference in New Issue
Block a user