mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
vulkan-tools: clean up
This commit is contained in:
parent
88abc25d27
commit
b2abd886a6
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user