diff options
author | Andreas Boll <[email protected]> | 2013-05-03 11:33:35 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-05-03 18:44:43 +0200 |
commit | 4ca44f2c5e6b3a0a91626b576d72d306e5c08592 (patch) | |
tree | 3e2b901b0e13a45f2964add9f2e7418cd6144d97 /src/gallium/targets/egl-static | |
parent | 4539f8e20af286d1f521eb016c89c6d9af0b801c (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/targets/egl-static')
-rw-r--r-- | src/gallium/targets/egl-static/SConscript | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript index 1c7ddd41842..b4ccc5b805a 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, |