Skip to content

Commit

Permalink
[tracy] require dbus dependency (#32802)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-h authored Jul 31, 2023
1 parent 8f5d80b commit 4af97c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ports/tracy/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tracy",
"version-semver": "0.9.1",
"port-version": 1,
"port-version": 2,
"description": "A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.",
"homepage": "https://github.com/wolfpld/tracy",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -53,6 +53,10 @@
"x86"
]
},
{
"name": "dbus",
"platform": "!windows"
},
"freetype",
"glfw3"
]
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8214,7 +8214,7 @@
},
"tracy": {
"baseline": "0.9.1",
"port-version": 1
"port-version": 2
},
"transwarp": {
"baseline": "2.2.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tracy.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "10b47fa5363e3108af03ccd6729f17b7a05c4804",
"version-semver": "0.9.1",
"port-version": 2
},
{
"git-tree": "77e2063ccf000ddf44db90335335b0d87efe0bf4",
"version-semver": "0.9.1",
Expand Down

0 comments on commit 4af97c9

Please sign in to comment.