Module: Mesa Branch: gallium-resources Commit: 7c457108596ba6b95a17b8353a117fccbac486fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c457108596ba6b95a17b8353a117fccbac486fc
Author: Brian Paul <[email protected]> Date: Tue Mar 16 13:31:42 2010 -0600 gallium: add target-helpers/wrap_screen.c to C_SOURCES Was commented out before. --- src/gallium/auxiliary/Makefile | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index e2796d5..e1c3bc4 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -127,14 +127,15 @@ C_SOURCES = \ util/u_tile.c \ util/u_timed_winsys.c \ util/u_upload_mgr.c \ - util/u_simple_screen.c + util/u_simple_screen.c \ + target-helpers/wrap_screen.c + # Disabling until pipe-video branch gets merged in #vl/vl_bitstream_parser.c \ #vl/vl_mpeg12_mc_renderer.c \ #vl/vl_compositor.c \ #vl/vl_csc.c \ #vl/vl_shader_build.c \ - target-helpers/wrap_screen.c GALLIVM_SOURCES = \ gallivm/lp_bld_alpha.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
