mesa: fix generation of fixed function state when no vp exists
[mesa.git] / SConstruct
index c1dc62465191eb1794a076e3f4d0c756f2ad66e5..8c96817daefc04264a0a2863f2d1a02b9577272b 100644 (file)
@@ -70,12 +70,14 @@ platform = env['platform']
 
 # derived options
 x86 = machine == 'x86'
+ppc = machine == 'ppc'
 gcc = platform in ('linux', 'freebsd', 'darwin')
 msvc = platform in ('windows', 'winddk')
 
 Export([
        'debug', 
        'x86', 
+       'ppc', 
        'dri', 
        'llvm',
        'platform',