package/spirv-headers: add host variant

We discovered that the existing host-spirv-llvm-translator package
downloads the spirv-headers during its build process, which of course
is very wrong. In order to fix this, we first introduce a host variant
of the spirv-headers.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2023-10-01 17:54:28 +02:00
parent 0a01085abe
commit 93a981cd9d

View File

@ -14,3 +14,4 @@ SPIRV_HEADERS_INSTALL_STAGING = YES
SPIRV_HEADERS_INSTALL_TARGET = NO
$(eval $(cmake-package))
$(eval $(host-cmake-package))