Update dependencies

This commit is contained in:
Ryan Houdek 2024-09-03 03:43:02 -07:00
parent c61894aceb
commit f1214f6ea6
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View File

@ -20,14 +20,14 @@ supported_distros = [
]
distro_build_depends_arch = [
[" mlir-16-tools",
" libmlir-16-dev",
" clang-16",
" clang-tools-16",
" clang-format-16",
" clang-tidy-16",
" clangd-16",
" libclang-16-dev",
[" mlir-14-tools",
" libmlir-14-dev",
" clang-14",
" clang-tools-14",
" clang-format-14",
" clang-tidy-14",
" clangd-14",
" libclang-14-dev",
" libstdc++-12-dev-i386-cross",
" libgcc-12-dev-i386-cross",
""],

View File

@ -10,7 +10,6 @@ Build-Depends:
ninja-build,
clang,
lld,
qtdeclarative5-dev,
python3,
gzip,
llvm,
@ -24,6 +23,7 @@ Build-Depends-Arch:
libasound2-dev,
libssl-dev,
libdrm-dev,
qtdeclarative5-dev,
libxcb-present-dev,
libxcb-dri2-0-dev,
libxcb-dri3-dev,