mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
gallium/glx/xlib: rename glxapi.c to glx_getproc.c
This commit is contained in:
parent
f546fa00aa
commit
0528d6c704
3 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ LIBRARY_INCLUDES = \
|
|||
-I$(TOP)/src/mesa/main
|
||||
|
||||
C_SOURCES = \
|
||||
glxapi.c \
|
||||
glx_getproc.c \
|
||||
fakeglx.c \
|
||||
fakeglx_fonts.c \
|
||||
xm_api.c
|
||||
|
|
|
|||
|
|
@ -18,7 +18,8 @@ if env['platform'] == 'linux' \
|
|||
|
||||
st_xlib = env.ConvenienceLibrary(
|
||||
target = 'st_xlib',
|
||||
source = [ 'glxapi.c',
|
||||
source = [
|
||||
'glx_getproc.c',
|
||||
'fakeglx.c',
|
||||
'fakeglx_fonts.c',
|
||||
'xm_api.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue