From 4ca44f2c5e6b3a0a91626b576d72d306e5c08592 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Fri, 3 May 2013 11:33:35 +0200 Subject: 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 --- src/gallium/targets/egl-static/SConscript | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/gallium/targets/egl-static') 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, -- cgit v1.1