You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: improve Homebrew dependency handling and skip internal builds
This update allows OpenRV to leverage Homebrew-installed dependencies more effectively, reducing build times and avoiding redundant downloads.
Key changes:
- Provided namespaced targets (e.g., TIFF::TIFF) for major dependencies when using Homebrew.
- Added support for skipping internal Python and PySide builds.
- Integrated Homebrew mbedtls for AJA by disabling internal plugin loading.
- Standardized dependency detection using PkgConfig where appropriate.
# There is an issue with the recent AJA SDK : the OS specific header files are no longer copied to _aja_ntv2_include_dir Adding custom paths here to work around
0 commit comments