mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
radv: Fix autotools build.
Somewhere along the way the Makefile changes got lost ...
Fixes: 4db78f3a6b "radv: Put supported extensions in a struct."
Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
e72ad05c1d
commit
032870beda
1 changed files with 3 additions and 1 deletions
|
|
@ -129,7 +129,9 @@ radv_extensions.c: radv_extensions.py \
|
|||
$(AM_V_GEN)$(PYTHON2) $(srcdir)/radv_extensions.py \
|
||||
--xml $(vulkan_api_xml) \
|
||||
--xml $(vk_android_native_buffer_xml) \
|
||||
--out $@
|
||||
--out-c radv_extensions.c \
|
||||
--out-h radv_extensions.h
|
||||
radv_extensions.h: radv_extensions.c
|
||||
|
||||
vk_format_table.c: vk_format_table.py \
|
||||
vk_format_parse.py \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue