mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 11:50:36 +02:00
mesa: Ensure libmesagallium.a is finished building before descending
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
This commit is contained in:
parent
3c42e403de
commit
674c76310f
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ libglapi.a: $(GLAPI_OBJECTS)
|
|||
|
||||
######################################################################
|
||||
# Device drivers
|
||||
driver_subdirs: libmesa.a libglapi.a
|
||||
driver_subdirs: libmesa.a libglapi.a libmesagallium.a
|
||||
@ (cd drivers && $(MAKE))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue