mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-02 02:38:18 +02:00
libgl-xlib: Fix missing X11 symbols.
This commit is contained in:
parent
018aae950d
commit
36e92a0494
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ sources = [
|
|||
'xlib.c',
|
||||
]
|
||||
|
||||
env.Tool('x11')
|
||||
|
||||
if 'softpipe' in env['drivers']:
|
||||
env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE')
|
||||
env.Prepend(LIBS = [softpipe])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue