gallium: need precalc_flat=1 for wide lines
[mesa.git] / src / gallium / auxiliary / pipebuffer / SConscript
1 Import('*')
2
3 pipebuffer = env.ConvenienceLibrary(
4 target = 'pipebuffer',
5 source = [
6 'pb_buffer_fenced.c',
7 'pb_buffer_malloc.c',
8 'pb_bufmgr_fenced.c',
9 'pb_bufmgr_mm.c',
10 'pb_bufmgr_pool.c',
11 'pb_winsys.c',
12 ])
13
14 auxiliaries.insert(0, pipebuffer)