mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg baseline][pipewire] Disable optional dependency opus (#40792)
This commit is contained in:
parent
4e08971f3d
commit
ac4e816162
@ -43,6 +43,7 @@ vcpkg_configure_meson(
|
||||
-Dlibusb=disabled
|
||||
-Dlv2=disabled
|
||||
-Dman=disabled
|
||||
-Dopus=disabled
|
||||
-Dpipewire-alsa=disabled
|
||||
-Dpipewire-jack=disabled
|
||||
-Dpipewire-v4l2=disabled
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pipewire",
|
||||
"version": "1.0.4",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
|
||||
"homepage": "https://pipewire.org",
|
||||
"license": "MIT",
|
||||
|
@ -6914,7 +6914,7 @@
|
||||
},
|
||||
"pipewire": {
|
||||
"baseline": "1.0.4",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"pistache": {
|
||||
"baseline": "2021-03-31",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1538246b12f82dde1b814eeaf3c4e94f5b1171bd",
|
||||
"version": "1.0.4",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "ab306b1419e587cc0025b4cb9bec1194e6c2b496",
|
||||
"version": "1.0.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user