mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[libraw] Rename Module to Config to increase flexibility of install locations
This commit is contained in:
parent
6479147c6e
commit
af2b0cab42
@ -1,4 +1,4 @@
|
|||||||
Source: libraw
|
Source: libraw
|
||||||
Version: 0.17.2-1
|
Version: 0.17.2-2
|
||||||
Build-Depends: libjpeg-turbo
|
Build-Depends: libjpeg-turbo
|
||||||
Description: raw image decoder library
|
Description: raw image decoder library
|
||||||
|
@ -46,6 +46,9 @@ else()
|
|||||||
file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/raw.dll ${CURRENT_PACKAGES_DIR}/debug/bin/raw.dll)
|
file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/raw.dll ${CURRENT_PACKAGES_DIR}/debug/bin/raw.dll)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Rename cmake module into a config in order to allow more flexible lookup rules
|
||||||
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libraw/FindLibRaw.cmake ${CURRENT_PACKAGES_DIR}/share/libraw/LibRaw-config.cmake)
|
||||||
|
|
||||||
# Handle copyright
|
# Handle copyright
|
||||||
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/libraw)
|
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/libraw)
|
||||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libraw/COPYRIGHT ${CURRENT_PACKAGES_DIR}/share/libraw/copyright)
|
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libraw/COPYRIGHT ${CURRENT_PACKAGES_DIR}/share/libraw/copyright)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user