vk: Drop dependency on no longer extant header
anv_meta no longer uses GLSL shaders, and the build system no longer
converts them to SPIR-V. So remove anv_meta_spirv_autogen.h from
Makefile.am.
(cherry picked from commit 2fc8122f66)
This commit is contained in:
@@ -85,8 +85,7 @@ VULKAN_SOURCES = \
|
||||
|
||||
BUILT_SOURCES = \
|
||||
anv_entrypoints.h \
|
||||
anv_entrypoints.c \
|
||||
anv_meta_spirv_autogen.h
|
||||
anv_entrypoints.c
|
||||
|
||||
if HAVE_EGL_PLATFORM_WAYLAND
|
||||
BUILT_SOURCES += \
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "anv_private.h"
|
||||
#include "anv_meta_spirv_autogen.h"
|
||||
#include "anv_nir_builder.h"
|
||||
|
||||
static nir_shader *
|
||||
|
||||
Reference in New Issue
Block a user