Skip to content

Commit

Permalink
Merge branch 'update_qt_6.8.0' of https://github.com/Neumann-A/vcpkg
Browse files Browse the repository at this point in the history
…into update_qt_6.8.0
  • Loading branch information
Neumann-A committed Oct 23, 2024
2 parents 20bb369 + de18202 commit 858bdfc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ports/gstreamer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -413,15 +413,3 @@ endif()
vcpkg_fixup_pkgconfig()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")


configure_file("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/gstreamer-gl-egl-1.0.pc" "${CURRENT_BUILDTREES_DIR}/gstreamer-gl-egl-1.0.debug.log" COPYONLY)
configure_file("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/gstreamer-gl-egl-1.0.pc" "${CURRENT_BUILDTREES_DIR}/gstreamer-gl-egl-1.0.log" COPYONLY)


if(EXISTS "${CURRENT_PACKAGES_DIR}/lib/pkgconfig/gstreamer-gl-1.0.pc")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/gstreamer-gl-1.0.pc" [[${libinc}]] "")
endif()
if(EXISTS "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/gstreamer-gl-1.0.pc")
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/gstreamer-gl-1.0.pc" [[${libinc}]] "")
endif()

0 comments on commit 858bdfc

Please sign in to comment.