vulkan-tools: clean up

This commit is contained in:
SupervisedThinking 2022-01-24 12:06:50 +01:00
parent 88abc25d27
commit b2abd886a6

View File

@ -53,3 +53,8 @@ pre_make_target() {
find ${PKG_BUILD} -name flags.make -exec sed -i "s:isystem :I:g" \{} \;
find ${PKG_BUILD} -name build.ninja -exec sed -i "s:isystem :I:g" \{} \;
}
post_makeinstall_target() {
# Clean up - two graphic test tools are superflous
safe_remove ${INSTALL}/usr/bin/vkcubepp
}