mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
glsl: Fix Android build
Add lower_clip_distance.cpp to list of source files. Signed-off-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
parent
d7cdbc3c54
commit
06ae4a62b1
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ CXX_SOURCES = \
|
|||
loop_analysis.cpp \
|
||||
loop_controls.cpp \
|
||||
loop_unroll.cpp \
|
||||
lower_clip_distance.cpp \
|
||||
lower_discard.cpp \
|
||||
lower_if_to_cond_assign.cpp \
|
||||
lower_instructions.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue