diff options
Diffstat (limited to 'vcpkg/ports/pipewire/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pipewire/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/pipewire/vcpkg.json b/vcpkg/ports/pipewire/vcpkg.json new file mode 100644 index 0000000..b664409 --- /dev/null +++ b/vcpkg/ports/pipewire/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "pipewire", + "version": "1.2.7", + "description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.", + "homepage": "https://pipewire.org", + "license": "MIT", + "supports": "linux", + "dependencies": [ + "glib", + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |