vkQuake: fix build against new Vulkan-Headers
This commit is contained in:
parent
77085725d9
commit
815894396e
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ homepage="https://github.com/Novum/vkQuake"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=aa318b7c543834ac907f6d0657c6560e8974445274083a95131d7350fb871624
|
checksum=aa318b7c543834ac907f6d0657c6560e8974445274083a95131d7350fb871624
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# This is the upstream fix for the dropping of VK_DYNAMIC_STATE_RANGE_SIZE
|
||||||
|
vsed -e 's/VK_DYNAMIC_STATE_RANGE_SIZE/3/' -i gl_rmisc.c
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin vkquake
|
vbin vkquake
|
||||||
vinstall ../Misc/vkQuake_512.png 644 usr/share/pixmaps vkquake.png
|
vinstall ../Misc/vkQuake_512.png 644 usr/share/pixmaps vkquake.png
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue