mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[Libxcvt] add missing meson dep (#37255)
This commit is contained in:
parent
1c7dd5d96c
commit
0fe7786f52
@ -1,8 +1,15 @@
|
||||
{
|
||||
"name": "libxcvt",
|
||||
"version": "0.1.2",
|
||||
"port-version": 1,
|
||||
"description": "A library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator.",
|
||||
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxcvt",
|
||||
"license": null,
|
||||
"supports": "!windows"
|
||||
"supports": "!windows",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5146,7 +5146,7 @@
|
||||
},
|
||||
"libxcvt": {
|
||||
"baseline": "0.1.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libxdamage": {
|
||||
"baseline": "1.1.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2d0f2580b3ae5c31631891387f581c241da5410d",
|
||||
"version": "0.1.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b0c69bbf0c5c3c7ccecaac73ae1f8e828133c72b",
|
||||
"version": "0.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user