mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa: Fix libglapi.a build for dri
This commit is contained in:
parent
d1397fd779
commit
907b753ae6
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ libmesa.a: $(MESA_OBJECTS) asm_subdirs
|
|||
|
||||
# Make archive of gl* API dispatcher functions only
|
||||
$(GLAPI_LIB): $(GLAPI_OBJECTS) asm_subdirs
|
||||
if [ "${WINDOW_SYSTEM}" = "dri" ] ; then \
|
||||
$(TOP)/bin/mklib -o glapi -static ; \
|
||||
@if [ "${WINDOW_SYSTEM}" = "dri" ] ; then \
|
||||
touch libglapi.a ; \
|
||||
else \
|
||||
$(TOP)/bin/mklib -o glapi -static $(GLAPI_OBJECTS) ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue