From: Brian Paul Date: Tue, 16 Mar 2010 19:31:42 +0000 (-0600) Subject: gallium: add target-helpers/wrap_screen.c to C_SOURCES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c457108596ba6b95a17b8353a117fccbac486fc;p=mesa.git gallium: add target-helpers/wrap_screen.c to C_SOURCES Was commented out before. --- diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index e2796d5bd38..e1c3bc43a24 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 \