aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-09-19 13:56:34 +0100
committerEric Engestrom <[email protected]>2017-09-25 11:57:12 +0100
commit7d48219b3ac78895315ea6cef3ced3e55d3d92f0 (patch)
treea8eda30806669392696991393ed9db1cf4e26691 /src/gallium/targets
parent3f6a17a8fcdb891409794bb7925a6fb4947b54e1 (diff)
scons: use python3-compatible print()
These changes were generated using python's `2to3` tool. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102852 Reported-by: Alex Granni <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/dri/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript
index d7a8cbdca5d..f5c2818d04f 100644
--- a/src/gallium/targets/dri/SConscript
+++ b/src/gallium/targets/dri/SConscript
@@ -3,7 +3,7 @@ Import('*')
env = drienv.Clone()
if env['suncc']:
- print 'warning: not building dri-vmwgfx'
+ print('warning: not building dri-vmwgfx')
Return()
env.Append(CPPPATH = [