diff options
author | Emil Velikov <[email protected]> | 2015-10-06 23:04:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-21 12:52:17 +0000 |
commit | f9c9471b768593d61c486f7a9c0dac52e22fff65 (patch) | |
tree | fb732abe9b641c1c1a63c2e94b1b0b3a02193a2b /src/gallium/targets/d3dadapter9/Makefile.am | |
parent | 6bcd5f0d02fff2db0c330af7d139d7a60b59e0e2 (diff) |
targets/nine: use the existing sw_screen_wrap() over our custom version
Cc: Axel Davy <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/targets/d3dadapter9/Makefile.am')
-rw-r--r-- | src/gallium/targets/d3dadapter9/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index d36a8b80b74..7ec5c834419 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -36,7 +36,6 @@ AM_CFLAGS = \ if HAVE_GALLIUM_STATIC_TARGETS AM_CPPFLAGS = \ - -DNINE_TARGET \ -DGALLIUM_STATIC_TARGETS=1 else |