mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
S922X - mesa - remove panfrost vulkan files to fix libmali-vulkan vulkaninfo
This commit is contained in:
@@ -104,3 +104,10 @@ if [ "${VULKAN_SUPPORT}" = "yes" ]; then
|
||||
else
|
||||
PKG_MESON_OPTS_TARGET+=" -Dvulkan-drivers="
|
||||
fi
|
||||
|
||||
post_makeinstall_target() {
|
||||
# While this likely breaks panfrost vulkan, it does fix vulkaninfo on libmali-vulkan
|
||||
if [ "${DEVICE}" = "S922X" ]; then
|
||||
rm -f ${INSTALL}/usr/lib/libvulkan_panfrost.so ${INSTALL}/usr/share/vulkan/icd.d/panfrost_icd.*.json
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user