Skip to content

Commit

Permalink
Temporarily add clang dependency to natron-build-deps-qt5 package. (#935
Browse files Browse the repository at this point in the history
)
  • Loading branch information
acolwell authored Dec 28, 2023
1 parent 67d31f9 commit 30c14fd
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 30c14fd

Please sign in to comment.