targets/dri-swrast: use drm aware dricommon when building more than swrast
[mesa.git] / src / gallium / targets / dri-swrast / SConscript
index 8ddd14ea5a7858a49382e7640e95e731dd7b614c..ab71b7d0f79e7da5ba37ae52c163ae59c9ef8f4d 100644 (file)
@@ -2,10 +2,6 @@ Import('*')
 
 env = driswenv.Clone()
 
-env.Append(CPPPATH = [
-    '#/src/gallium/winsys/sw/dri',
-])
-
 env.Prepend(LIBS = [
     st_drisw,
     ws_dri,