radeonsi: fix user fence space when MCBP is enabled
[mesa.git] / src / gallium / SConscript
index e0ffa5f4d0afbc6113c172c5ef77a5fd5498f668..98ba88588d54d516570f31c124fa42f407d5edf7 100644 (file)
@@ -39,18 +39,18 @@ if env['platform'] == 'windows':
 
 
 #
-# State trackers and targets
+# Frontends and targets
 #
 
 if not env['embedded']:
     if env['x11']:
         SConscript([
-            'state_trackers/glx/xlib/SConscript',
+            'frontends/glx/xlib/SConscript',
             'targets/libgl-xlib/SConscript',
         ])
 
     if env['platform'] == 'windows':
         SConscript([
-            'state_trackers/wgl/SConscript',
+            'frontends/wgl/SConscript',
             'targets/libgl-gdi/SConscript',
         ])