Skip to content

Commit

Permalink
fail install gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Oct 20, 2024
1 parent b527d59 commit d852bba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ports/gstreamer/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -413,3 +413,9 @@ endif()
vcpkg_fixup_pkgconfig()

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

if(EXISTS ${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/gstreamer-gl-egl-1.0.pc)
configure_file("${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/gstreamer-gl-egl-1.0.pc" "${CURRENT_BUIDLTREES_DIR}/gstreamer-gl-egl-1.0.debug.log" COPYONLY)
configure_file("${CURRENT_PACKAGES_DIR}/lib/pkgconfig/gstreamer-gl-egl-1.0.pc" "${CURRENT_BUIDLTREES_DIR}/gstreamer-gl-egl-1.0.log" COPYONLY)
endif()
message(FATAL_ERROR)

0 comments on commit d852bba

Please sign in to comment.