mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
android: i965: remove brw_ff_gs_emit.c from Makefile.sources
Fixes the following building error:
clang: error: no such file or directory: 'external/mesa/src/mesa/drivers/dri/i965/brw_ff_gs_emit.c'
clang: error: no input files
Fixes: 897bcc1e6b ("i965: drop old brw ff gs code.")
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10718>
This commit is contained in:
parent
076736222e
commit
1f7ab837b8
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ i965_FILES = \
|
|||
brw_draw.h \
|
||||
brw_draw_upload.c \
|
||||
brw_ff_gs.c \
|
||||
brw_ff_gs_emit.c \
|
||||
brw_ff_gs.h \
|
||||
brw_formatquery.c \
|
||||
brw_generate_mipmap.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue