Module: Mesa Branch: master Commit: a42115d6e24503c2835c58092c0c8db0858ae214 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a42115d6e24503c2835c58092c0c8db0858ae214
Author: Emil Velikov <[email protected]> Date: Mon Sep 19 12:46:37 2016 +0100 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 <[email protected]> --- src/intel/Makefile.sources | 3 ++- src/intel/vulkan/Makefile.sources | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 94073d2..22ca63b 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -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 \ diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index d151693..dfebe05 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
