package/qt5/qt5tools: adjust dependency of BR2_PACKAGE_QT5TOOLS_QDOC_TOOL
Following the bump of LLVM in commit
d8291fde5e
("package/llvm-project: bump
to version 15.0.3"), gcc >= 7.x is needed, so update the dependency of
BR2_PACKAGE_QT5TOOLS_QDOC_TOOL accordingly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2cfa86a548
commit
79f3d7af7e
@ -23,7 +23,7 @@ config BR2_PACKAGE_QT5TOOLS_QDOC_TOOL
|
||||
# currently supported in Buildroot, unless the target is
|
||||
# already supported by llvm.
|
||||
depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS # llvm, clang
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # llvm, clang
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # llvm, clang
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # llvm, clang
|
||||
depends on BR2_INSTALL_LIBSTDCPP # llvm, clang
|
||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # llvm, clang
|
||||
|
Loading…
Reference in New Issue
Block a user