mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
android: anv_extensions.c is generated to libmesa_vulkan_common
Fixes build error with anv_extensions.c not found for
libmesa_anv_entrypoints.
Fixes: d62063c "anv: Autogenerate extension query and lookup"
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
5baed8f0e6
commit
ca6237eb4f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ LOCAL_C_INCLUDES := \
|
|||
$(VULKAN_COMMON_INCLUDES)
|
||||
|
||||
LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_entrypoints.h
|
||||
LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_extensions.c
|
||||
LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/dummy.c
|
||||
|
||||
$(intermediates)/vulkan/dummy.c:
|
||||
|
|
@ -209,6 +208,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||
# conditions since they are stored in another location.
|
||||
|
||||
LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_entrypoints.c
|
||||
LOCAL_GENERATED_SOURCES += $(intermediates)/vulkan/anv_extensions.c
|
||||
|
||||
$(intermediates)/vulkan/anv_entrypoints.c:
|
||||
@mkdir -p $(dir $@)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue