[Libxcvt] add missing meson dep (#37255)

This commit is contained in:
Alexander Neumann 2024-03-08 21:28:51 +01:00 committed by GitHub
parent 1c7dd5d96c
commit 0fe7786f52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View File

@ -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
}
]
}

View File

@ -5146,7 +5146,7 @@
},
"libxcvt": {
"baseline": "0.1.2",
"port-version": 0
"port-version": 1
},
"libxdamage": {
"baseline": "1.1.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2d0f2580b3ae5c31631891387f581c241da5410d",
"version": "0.1.2",
"port-version": 1
},
{
"git-tree": "b0c69bbf0c5c3c7ccecaac73ae1f8e828133c72b",
"version": "0.1.2",