mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
swr: Fix swr osmesa build
Use GALLIUM_SWR to standardize Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
6a8d5ab932
commit
b9d4256e11
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ if env['llvm']:
|
|||
env.Prepend(LIBS = [llvmpipe])
|
||||
|
||||
if env['swr']:
|
||||
env.Append(CPPDEFINES = 'HAVE_SWR')
|
||||
env.Append(CPPDEFINES = 'GALLIUM_SWR')
|
||||
env.Prepend(LIBS = [swr])
|
||||
|
||||
if env['platform'] == 'windows':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue