mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 15:43:06 +08:00
[libuvc] no absolute paths (#22362)
This commit is contained in:
parent
bd930a1488
commit
408ffb232c
@ -27,5 +27,6 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME libuvc CONFIG_PATH lib/cmake/libuvc)
|
|||||||
|
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||||
|
|
||||||
|
vcpkg_fixup_pkgconfig()
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libuvc",
|
"name": "libuvc",
|
||||||
"version-date": "2020-11-24",
|
"version-date": "2020-11-24",
|
||||||
"port-version": 2,
|
"port-version": 3,
|
||||||
"description": "a cross-platform library for USB video devices",
|
"description": "a cross-platform library for USB video devices",
|
||||||
"homepage": "https://github.com/libuvc/libuvc",
|
"homepage": "https://github.com/libuvc/libuvc",
|
||||||
"supports": "linux",
|
"supports": "linux",
|
||||||
|
@ -4050,7 +4050,7 @@
|
|||||||
},
|
},
|
||||||
"libuvc": {
|
"libuvc": {
|
||||||
"baseline": "2020-11-24",
|
"baseline": "2020-11-24",
|
||||||
"port-version": 2
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"libvmdk": {
|
"libvmdk": {
|
||||||
"baseline": "20200926",
|
"baseline": "20200926",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b254a9fb5aa3fc5d709a3f708d9c3dbb5d0a26bd",
|
||||||
|
"version-date": "2020-11-24",
|
||||||
|
"port-version": 3
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "79ca2fc9bcce260bf39d630dcac5a2cc2cb7f486",
|
"git-tree": "79ca2fc9bcce260bf39d630dcac5a2cc2cb7f486",
|
||||||
"version-date": "2020-11-24",
|
"version-date": "2020-11-24",
|
||||||
|
Loading…
Reference in New Issue
Block a user