mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
scons: Add main/pipelineobj.c to src/mesa/SConscript.
This patch fixes this SCons build error. build/linux-x86_64-debug/mesa/libmesa.a(context.os): In function `init_attrib_groups': src/mesa/main/context.c:815: undefined reference to `_mesa_init_pipeline' Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
897a5fa360
commit
34587e4a00
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ main_sources = [
|
|||
'main/pack.c',
|
||||
'main/pbo.c',
|
||||
'main/performance_monitor.c',
|
||||
'main/pipelineobj.c',
|
||||
'main/pixel.c',
|
||||
'main/pixelstore.c',
|
||||
'main/pixeltransfer.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue