Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix include gstreamer path on cross compiler toolchains
https://bugs.webkit.org/show_bug.cgi?id=241483 Reviewed by Adrian Perez de Castro. Set the include paths for the gstreamer components to the full path using the find_path(). This function relies in CMAKE_FIND_ROOT_PATH to find the right place where the includes they are. This fixes possible warnings/errors on cross toolchains using -Wpoison-system-directories and -Werror=poison-system-directories. * Source/cmake/FindGStreamer.cmake: Canonical link: https://commits.webkit.org/251895@main
- Loading branch information