mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
Remove [vcpkg-meson] (#31951)
This commit is contained in:
parent
1ba9a2591f
commit
22b3afdab7
@ -1,13 +1,17 @@
|
||||
{
|
||||
"name": "libxkbcommon",
|
||||
"version": "1.4.1",
|
||||
"port-version": 1,
|
||||
"description": "keymap handling library for toolkits and window systems",
|
||||
"homepage": "https://xkbcommon.org/",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
"getopt",
|
||||
"libx11",
|
||||
"tool-meson",
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "wayland",
|
||||
"platform": "linux"
|
||||
|
@ -1,4 +0,0 @@
|
||||
#deprecated port. -> new port "vcpkg-tool-meson" for better grouping with other vcpkg tools
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
||||
vcpkg_find_acquire_program(MESON)
|
||||
message(STATUS "Using meson: ${MESON}")
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "tool-meson",
|
||||
"version-date": "2022-01-21",
|
||||
"description": "Meson build system",
|
||||
"homepage": "https://github.com/mesonbuild/meson",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
@ -4794,7 +4794,7 @@
|
||||
},
|
||||
"libxkbcommon": {
|
||||
"baseline": "1.4.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libxkbfile": {
|
||||
"baseline": "1.1.0",
|
||||
@ -8128,10 +8128,6 @@
|
||||
"baseline": "3.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"tool-meson": {
|
||||
"baseline": "2022-01-21",
|
||||
"port-version": 0
|
||||
},
|
||||
"torch-th": {
|
||||
"baseline": "2019-04-19",
|
||||
"port-version": 4
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b5024c3a86021f781de98ec7351ae6c6f48df704",
|
||||
"version": "1.4.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "41ae34eb1eb104faea75a726f115e0e774c17d65",
|
||||
"version": "1.4.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user