summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2013-05-03 11:33:35 +0200
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-05-03 18:44:43 +0200
commit4ca44f2c5e6b3a0a91626b576d72d306e5c08592 (patch)
tree3e2b901b0e13a45f2964add9f2e7418cd6144d97 /src/gallium/targets/egl-static
parent4539f8e20af286d1f521eb016c89c6d9af0b801c (diff)
downloadexternal_mesa3d-4ca44f2c5e6b3a0a91626b576d72d306e5c08592.zip
external_mesa3d-4ca44f2c5e6b3a0a91626b576d72d306e5c08592.tar.gz
external_mesa3d-4ca44f2c5e6b3a0a91626b576d72d306e5c08592.tar.bz2
scons: remove radeon build
One build system for linux/unix only drivers should be enough. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48694 Acked-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/gallium/targets/egl-static')
-rw-r--r--src/gallium/targets/egl-static/SConscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript
index 1c7ddd4..b4ccc5b 100644
--- a/src/gallium/targets/egl-static/SConscript
+++ b/src/gallium/targets/egl-static/SConscript
@@ -98,15 +98,6 @@ if env['HAVE_DRM']:
ws_wrapper,
])
- if env['HAVE_DRM_RADEON']:
- env.PkgUseModules('DRM_RADEON')
- env.Append(CPPDEFINES = ['_EGL_PIPE_R300', '_EGL_PIPE_R600'])
- env.Prepend(LIBS = [
- radeonwinsys,
- r300,
- r600,
- ])
-
env.Append(CPPDEFINES = ['_EGL_PIPE_VMWGFX'])
env.Prepend(LIBS = [
svgadrm,