summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-swrast/SConscript
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-16 14:21:13 +0100
committerEmil Velikov <[email protected]>2014-07-02 10:52:52 +0100
commit98204ea7d047f172bfaef3abb22a7aaef60efcda (patch)
tree94a6fc7ceae3773ba43e9b1cc95adb665a4e47e5 /src/gallium/targets/dri-swrast/SConscript
parente1432489c0c1b5bcf7f4a68c6ddf847a4c99973c (diff)
targets/dri-swrast: use drm aware dricommon when building more than swrast
Signed-off-by: Emil Velikov <[email protected]> Tested-by: Rob Clark <[email protected]> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-swrast/SConscript')
-rw-r--r--src/gallium/targets/dri-swrast/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/dri-swrast/SConscript b/src/gallium/targets/dri-swrast/SConscript
index 8ddd14ea5a7..ab71b7d0f79 100644
--- a/src/gallium/targets/dri-swrast/SConscript
+++ b/src/gallium/targets/dri-swrast/SConscript
@@ -2,10 +2,6 @@ Import('*')
env = driswenv.Clone()
-env.Append(CPPPATH = [
- '#/src/gallium/winsys/sw/dri',
-])
-
env.Prepend(LIBS = [
st_drisw,
ws_dri,