mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
glslcompiler: Fix build.
This commit is contained in:
parent
fabc744999
commit
80f5f7d17a
1 changed files with 2 additions and 6 deletions
|
|
@ -9,13 +9,9 @@ PROGRAM = glslcompiler
|
|||
|
||||
OBJECTS = \
|
||||
glslcompiler.o \
|
||||
../../glapi/glapi.o \
|
||||
../../glapi/glapi_getproc.o \
|
||||
../../glapi/glapi_dispatch.o \
|
||||
../../glapi/glapi_nop.o \
|
||||
../../glapi/glthread.o \
|
||||
../common/driverfuncs.o \
|
||||
../../libmesa.a
|
||||
../../libmesa.a \
|
||||
../../libglapi.a
|
||||
|
||||
INCLUDES = \
|
||||
-I$(TOP)/include \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue