mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
llvmpipe: add missing dependency in Makefile
This commit is contained in:
parent
feffd259da
commit
04c136d5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,5 +61,5 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
|
|||
|
||||
LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium libllvmpipe.a
|
||||
|
||||
$(PROGS): lp_test_main.o
|
||||
$(PROGS): lp_test_main.o libllvmpipe.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue