Docker: Update build image with final OCIOv2, Qt 5.15.2, OTIO, Crashpad (#1489)
* Add missing xcb-util-* packages. Qt's libqxcb.so seems to require them in the newer Qt version * Adjust breakpad install prefix to match CMake change * Add build script for Olive for quick testing * .n in CI image actually stands for image revision * skipping the CI is now supported natively by GitHub Actions
This commit is contained in:
@@ -51,7 +51,6 @@ find_library(OCIO_LIBRARY
|
||||
libOpenColorIO.so.2.0 # libOpenColorIO.so.2.0 (Linux)
|
||||
OpenColorIO.2.0 # libOpenColorIO.2.0.dylib (macOS)
|
||||
OpenColorIO_2_0 # OpenColorIO_2_0.lib (Windows)
|
||||
OpenColorIO # (fallback)
|
||||
HINTS
|
||||
"${OCIO_LOCATION}"
|
||||
"$ENV{OCIO_LOCATION}"
|
||||
|
||||
Reference in New Issue
Block a user