also add spriv-tools b-d to stage1

This commit is contained in:
Matthias Klose 2024-03-16 21:14:52 +01:00
parent 2e5dcb35cd
commit 84711da234
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
# We need to keep the constraints coherent between the two alternatives, otherwise
# hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled
llvm-spirv-18 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1> | hello [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1>,
spirv-tools [linux-any] | hello [linux-any],
spirv-tools [linux-any] <!stage1> | hello [linux-any],
wasi-libc | hello,
libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,
libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,

2
debian/control.in vendored
View File

@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
# We need to keep the constraints coherent between the two alternatives, otherwise
# hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled
llvm-spirv-18 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1> | hello [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1>,
spirv-tools [linux-any] | hello [linux-any],
spirv-tools [linux-any] <!stage1> | hello [linux-any],
wasi-libc | hello,
libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,
libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x] <!stage1>,