gallium: rename 'state tracker' to 'frontend'
[mesa.git] / src / gallium / targets / libgl-gdi / SConscript
index efc0c5b2ea16284a6d2a0cc35d7d7aa93be4b164..5255125ca09a1149551d7235341de0531b67744b 100644 (file)
@@ -7,7 +7,7 @@ env = env.Clone()
 
 env.Append(CPPPATH = [
     '#src',
-    '#src/gallium/state_trackers/wgl',
+    '#src/gallium/frontends/wgl',
     '#src/gallium/winsys/sw',
 ])
 
@@ -38,9 +38,9 @@ if env['llvm']:
 if env['gcc'] and env['machine'] != 'x86_64':
     # DEF parser in certain versions of MinGW is busted, as does not behave as
     # MSVC.  mingw-w64 works fine.
-    sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def']
+    sources += ['#src/gallium/frontends/wgl/opengl32.mingw.def']
 else:
-    sources += ['#src/gallium/state_trackers/wgl/opengl32.def']
+    sources += ['#src/gallium/frontends/wgl/opengl32.def']
 
 env['no_import_lib'] = 1