mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 10:50:16 +01:00
glapi: Fix libglapi build.
This line appears to have been accidentally dropped from the last commit, and the resulting libglapi was missing symbols.
This commit is contained in:
parent
144bbb7b78
commit
34f15903d6
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ MAPI_FILES = \
|
|||
$(MAPI_UTIL_FILES)
|
||||
|
||||
MAPI_GLAPI_FILES = \
|
||||
$(TOP)/src/mapi/entry.c \
|
||||
$(TOP)/src/mapi/mapi_glapi.c \
|
||||
$(TOP)/src/mapi/stub.c \
|
||||
$(TOP)/src/mapi/stub.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue