mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:51:37 +08:00
[libdatachannel] Delete the redundant dependency libSRTP in the config file (#36191)
* Fix libsrtp not found * update version * add dep * update version * update version
This commit is contained in:
parent
0e8929718e
commit
8c088486c8
@ -47,7 +47,7 @@ find_dependency(Threads)
|
||||
find_dependency(OpenSSL)
|
||||
find_dependency(LibJuice)
|
||||
find_dependency(plog CONFIG)
|
||||
find_dependency(libSRTP CONFIG)
|
||||
find_dependency(unofficial-usrsctp CONFIG)
|
||||
${DATACHANNEL_CONFIG}")
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "libdatachannel",
|
||||
"version-semver": "0.19.5",
|
||||
"port-version": 1,
|
||||
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
|
||||
"homepage": "https://github.com/paullouisageneau/libdatachannel",
|
||||
"license": "MPL-2.0",
|
||||
|
@ -4194,7 +4194,7 @@
|
||||
},
|
||||
"libdatachannel": {
|
||||
"baseline": "0.19.5",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libdatrie": {
|
||||
"baseline": "0.2.13",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2b2d69b30260c468757b11bea046e2dabcba0516",
|
||||
"version-semver": "0.19.5",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "1a9fb42ed13d38aae4df0b774cde05e26dcea241",
|
||||
"version-semver": "0.19.5",
|
||||
|
Loading…
Reference in New Issue
Block a user