mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
intel: automake: reference the correct header
The header was renamed with earlier commit, so update the
Makefile.sources respectively.
{vulkan/genX_multisample.h => common/gen_sample_positions.h}
Fixes: c779ad3e661("intel: Move Vulkan sample positions to common code")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
b84234fd28
commit
a42115d6e2
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,8 @@ COMMON_FILES = \
|
|||
common/gen_device_info.c \
|
||||
common/gen_device_info.h \
|
||||
common/gen_l3_config.c \
|
||||
common/gen_l3_config.h
|
||||
common/gen_l3_config.h \
|
||||
common/gen_sample_positions.h
|
||||
|
||||
GENXML_GENERATED_FILES = \
|
||||
genxml/gen4_pack.h \
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ VULKAN_FILES := \
|
|||
anv_util.c \
|
||||
anv_wsi.c \
|
||||
anv_wsi.h \
|
||||
genX_multisample.h \
|
||||
genX_pipeline_util.h \
|
||||
vk_format_info.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue