Skip to content

Commit

Permalink
[Libxcvt] add missing meson dep (#37255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Mar 8, 2024
1 parent 1c7dd5d commit 0fe7786
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ports/libxcvt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5146,7 +5146,7 @@
},
"libxcvt": {
"baseline": "0.1.2",
"port-version": 0
"port-version": 1
},
"libxdamage": {
"baseline": "1.1.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libxcvt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2d0f2580b3ae5c31631891387f581c241da5410d",
"version": "0.1.2",
"port-version": 1
},
{
"git-tree": "b0c69bbf0c5c3c7ccecaac73ae1f8e828133c72b",
"version": "0.1.2",
Expand Down

0 comments on commit 0fe7786

Please sign in to comment.