mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
scons: Fix xlib build.
After glsl rework merge.
This commit is contained in:
parent
49a0f291ae
commit
7abdaf574a
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ if env['platform'] == 'linux' \
|
|||
libgl = env.SharedLibrary(
|
||||
target ='GL',
|
||||
source = sources,
|
||||
LIBS = st_xlib + glapi + mesa + drivers + auxiliaries + env['LIBS'],
|
||||
LIBS = st_xlib + glapi + mesa + glsl + drivers + auxiliaries + env['LIBS'],
|
||||
)
|
||||
|
||||
env.InstallSharedLibrary(libgl, version=(1, 5))
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ sources = [
|
|||
'cl/sl_cl_parse.c',
|
||||
]
|
||||
|
||||
glsl = env.StaticLibrary(
|
||||
glsl = env.ConvenienceLibrary(
|
||||
target = 'glsl',
|
||||
source = sources,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue