summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-r300/SConscript
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2013-05-03 11:33:35 +0200
committerAndreas Boll <[email protected]>2013-05-03 18:44:43 +0200
commit4ca44f2c5e6b3a0a91626b576d72d306e5c08592 (patch)
tree3e2b901b0e13a45f2964add9f2e7418cd6144d97 /src/gallium/targets/dri-r300/SConscript
parent4539f8e20af286d1f521eb016c89c6d9af0b801c (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/dri-r300/SConscript')
-rw-r--r--src/gallium/targets/dri-r300/SConscript26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/gallium/targets/dri-r300/SConscript b/src/gallium/targets/dri-r300/SConscript
deleted file mode 100644
index 683b6c6972d..00000000000
--- a/src/gallium/targets/dri-r300/SConscript
+++ /dev/null
@@ -1,26 +0,0 @@
-Import('*')
-
-env = drienv.Clone()
-
-env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD'])
-
-env.Prepend(LIBS = [
- st_dri,
- radeonwinsys,
- r300,
- galahad,
- trace,
- rbug,
- mesa,
- glsl,
- gallium,
- COMMON_DRI_DRM_OBJECTS
-])
-
-module = env.SharedLibrary(
- target ='r300_dri.so',
- source = 'target.c',
- SHLIBPREFIX = '',
-)
-
-env.Alias('dri-r300', module) \ No newline at end of file