summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-10-07 17:37:37 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-21 12:52:19 +0000
commitaf031deed6ab4d6236b896507e8afcf9d6fd3173 (patch)
treec33af382b6cf60eea4f570f95bcc9e1f2b3747c0 /src/gallium/targets/dri/SConscript
parent950e06a29bd664af0cb454fc2f35f8cc4153e7f1 (diff)
downloadexternal_mesa3d-af031deed6ab4d6236b896507e8afcf9d6fd3173.zip
external_mesa3d-af031deed6ab4d6236b896507e8afcf9d6fd3173.tar.gz
external_mesa3d-af031deed6ab4d6236b896507e8afcf9d6fd3173.tar.bz2
target-helpers: move the DRI specifics to the target
Rather than having all targets include the file, with only some defining the relevant guard macro, just move things where they are used. v2: rebase on top of virgl support. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/targets/dri/SConscript')
-rw-r--r--src/gallium/targets/dri/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript
index 2fb0da0..8d28924 100644
--- a/src/gallium/targets/dri/SConscript
+++ b/src/gallium/targets/dri/SConscript
@@ -30,7 +30,6 @@ env.PkgUseModules('DRM')
env.Append(CPPDEFINES = [
'GALLIUM_VMWGFX',
'GALLIUM_SOFTPIPE',
- 'DRI_TARGET',
])
env.Prepend(LIBS = [