From 00fe54a87957997ec1e12a427bd4a4433afab307 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 7 Jun 2010 16:43:49 +0100 Subject: graw: update graw_null after interface changes and build graw tests again --- src/gallium/targets/graw-null/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/graw-null/SConscript') diff --git a/src/gallium/targets/graw-null/SConscript b/src/gallium/targets/graw-null/SConscript index 106dcd9a83..3416989d8e 100644 --- a/src/gallium/targets/graw-null/SConscript +++ b/src/gallium/targets/graw-null/SConscript @@ -25,6 +25,7 @@ if env['platform'] == 'windows': sources = [ 'graw_null.c', + '../graw-xlib/graw_util.c', ] if True: -- cgit v1.2.3