qt6-tools: Cleanup dependancy on llvm17

This commit is contained in:
Daniel Martinez 2024-02-10 11:39:25 -05:00 committed by Duncan Overbruck
parent 73776f4f5b
commit 85994805f3

View File

@ -7,10 +7,10 @@ configure_args="-DEXTERNAL_GUMBO=ON -DLITEHTML_UTF8=ON -DUSE_ICU=ON
-DQT_BUILD_SHARED_LIBS=ON -DQT_FEATURE_assistant=ON
-DQT_FEATURE_pixeltool=ON
-DQT_FEATURE_distancefieldgenerator=ON"
hostmakedepends="qt6-base perl qt6-plugin-sqlite clang clang-tools-extra
hostmakedepends="qt6-base perl qt6-plugin-sqlite clang17 clang-tools-extra17
qt6-declarative-host-tools"
makedepends="qt6-base-devel qt6-plugin-sqlite qt6-declarative-devel
gumbo-parser-devel icu-devel llvm17-devel clang-tools-extra"
gumbo-parser-devel icu-devel llvm17-devel"
short_desc="Cross-platform application and UI framework (QT6) - qt6-tools component"
maintainer="John <me@johnnynator.dev>"
license="custom:GPL-3.0-only-with-Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"