mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +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")
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
# Handle copyright
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libuvc",
|
||||
"version-date": "2020-11-24",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "a cross-platform library for USB video devices",
|
||||
"homepage": "https://github.com/libuvc/libuvc",
|
||||
"supports": "linux",
|
||||
|
@ -4050,7 +4050,7 @@
|
||||
},
|
||||
"libuvc": {
|
||||
"baseline": "2020-11-24",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"libvmdk": {
|
||||
"baseline": "20200926",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b254a9fb5aa3fc5d709a3f708d9c3dbb5d0a26bd",
|
||||
"version-date": "2020-11-24",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "79ca2fc9bcce260bf39d630dcac5a2cc2cb7f486",
|
||||
"version-date": "2020-11-24",
|
||||
|
Loading…
x
Reference in New Issue
Block a user