mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[vcpkg baseline][pipewire] Fix compilation errors under Linux (#40641)
This commit is contained in:
parent
036916f2ca
commit
0f88ecb852
@ -70,6 +70,7 @@ vcpkg_configure_meson(
|
||||
-Dx11-xfixes=disabled
|
||||
-Dx11=disabled
|
||||
-Dsession-managers=[]
|
||||
-Dc_args=-Wno-strict-prototypes
|
||||
)
|
||||
vcpkg_install_meson()
|
||||
vcpkg_copy_pdbs()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pipewire",
|
||||
"version": "1.0.4",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
|
||||
"homepage": "https://pipewire.org",
|
||||
"license": "MIT",
|
||||
|
@ -6910,7 +6910,7 @@
|
||||
},
|
||||
"pipewire": {
|
||||
"baseline": "1.0.4",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"pistache": {
|
||||
"baseline": "2021-03-31",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ab306b1419e587cc0025b4cb9bec1194e6c2b496",
|
||||
"version": "1.0.4",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "156fac228a2b2cdbc747c95719e211bbebc2124b",
|
||||
"version": "1.0.4",
|
||||
|
Loading…
Reference in New Issue
Block a user