mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gallium: Build and link the translate module.
This commit is contained in:
parent
a5a7dc24ba
commit
e2269e94c0
2 changed files with 2 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ SConscript([
|
|||
'auxiliary/rtasm/SConscript',
|
||||
'auxiliary/tgsi/SConscript',
|
||||
'auxiliary/cso_cache/SConscript',
|
||||
'auxiliary/translate/SConscript',
|
||||
'auxiliary/draw/SConscript',
|
||||
'auxiliary/pipebuffer/SConscript',
|
||||
])
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Import('*')
|
||||
|
||||
cso_cache = env.ConvenienceLibrary(
|
||||
translate = env.ConvenienceLibrary(
|
||||
target = 'translate',
|
||||
source = [
|
||||
'translate_generic.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue