From b2e343daab4a7621e2bd9bc4b2cbd2709370089c Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 5 May 2010 02:34:42 +0100 Subject: tests/raw: Get it building with scons. --- src/gallium/tests/raw/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/tests/raw/SConscript') diff --git a/src/gallium/tests/raw/SConscript b/src/gallium/tests/raw/SConscript index 073b97951e..1b172e070f 100644 --- a/src/gallium/tests/raw/SConscript +++ b/src/gallium/tests/raw/SConscript @@ -1,5 +1,8 @@ Import('*') +if 'graw-xlib' not in env['winsys']: + Return() + env = env.Clone() env.Prepend(LIBPATH = [graw.dir]) -- cgit v1.2.3