projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c3861
)
gallium: add target-helpers/wrap_screen.c to C_SOURCES
author
Brian Paul
<brianp@vmware.com>
Tue, 16 Mar 2010 19:31:42 +0000
(13:31 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 16 Mar 2010 19:31:46 +0000
(13:31 -0600)
Was commented out before.
src/gallium/auxiliary/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile
b/src/gallium/auxiliary/Makefile
index e2796d5bd3885c266cae49a2ed616e61b5bbd8e0..e1c3bc43a24451043ef8400407aae2ec09b871ca 100644
(file)
--- 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 \