mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"name": "libnice-gst",
|
|
"version": "0.1.21",
|
|
"port-version": 2,
|
|
"description": "Gstreamer Libnice plugins.",
|
|
"homepage": "https://nice.freedesktop.org",
|
|
"license": "LGPL-2.1-only AND MPL-1.1",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"gstreamer",
|
|
"libnice"
|
|
]
|
|
}
|