Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily add clang dependency to natron-build-deps-qt5 package. #935

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tools/MINGW-packages/mingw-w64-natron-build-deps-qt5/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ depends=(
"${MINGW_PACKAGE_PREFIX}-qt5-base"
"${MINGW_PACKAGE_PREFIX}-pyside2"
"${MINGW_PACKAGE_PREFIX}-shiboken2"
# Clang is needed by shiboken2 for now because shiboken2 can't seem to find g++. It appears
# shiboken2 includes hard-coded paths to the g++ binary that is used when shiboken2 is built for msys2.
# Remove this dependency when the shiboken2 package is fixed so it works w/o clang or updates its pkg deps.
# The following change to msys2 made adding this clang dependency necessary.
# https://github.com/msys2/MINGW-packages/commit/c21027404c9d8776ad7dad94973a209bdc3aede2
"${MINGW_PACKAGE_PREFIX}-clang"
"${MINGW_PACKAGE_PREFIX}-python-qtpy"
# openfx-misc deps
"${MINGW_PACKAGE_PREFIX}-osmesa"
Expand Down
Loading