vulkan-tools: define Vulkan header install path to fix build

This commit is contained in:
SupervisedThinking 2022-10-28 15:14:29 +02:00 committed by Rudi Heitbaum
parent 82e4f7114e
commit 184c0377c9

View File

@ -21,7 +21,8 @@ configure_package() {
}
pre_configure_target() {
PKG_CMAKE_OPTS_TARGET="-DBUILD_VULKANINFO=ON \
PKG_CMAKE_OPTS_TARGET="-DVULKAN_HEADERS_INSTALL_DIR=${SYSROOT_PREFIX}/usr \
-DBUILD_VULKANINFO=ON \
-DBUILD_ICD=OFF \
-DINSTALL_ICD=OFF \
-DBUILD_WSI_DIRECTFB_SUPPORT=OFF \