mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
scons: Remove old pipebuffer SConscript
This commit is contained in:
parent
e82fddfcd3
commit
834cde5844
1 changed files with 0 additions and 18 deletions
|
|
@ -1,18 +0,0 @@
|
|||
Import('*')
|
||||
|
||||
pipebuffer = env.ConvenienceLibrary(
|
||||
target = 'pipebuffer',
|
||||
source = [
|
||||
'pb_buffer_fenced.c',
|
||||
'pb_buffer_malloc.c',
|
||||
'pb_bufmgr_alt.c',
|
||||
'pb_bufmgr_cache.c',
|
||||
'pb_bufmgr_debug.c',
|
||||
'pb_bufmgr_mm.c',
|
||||
'pb_bufmgr_ondemand.c',
|
||||
'pb_bufmgr_pool.c',
|
||||
'pb_bufmgr_slab.c',
|
||||
'pb_validate.c',
|
||||
])
|
||||
|
||||
auxiliaries.insert(0, pipebuffer)
|
||||
Loading…
Add table
Reference in a new issue