From c69979f243fe7ac15d638f9b2b5cf35b30b07939 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Thu, 4 Nov 2010 14:33:31 +0100 Subject: scons: Hook-up graw-gdi target. --- src/gallium/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/SConscript b/src/gallium/SConscript index eb4f49f06b..b5bc9ecfd9 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -81,6 +81,7 @@ if env['x11']: if env['platform'] == 'windows': SConscript([ + 'targets/graw-gdi/SConscript', 'targets/libgl-gdi/SConscript', #'egl-gdi/SConscript', ]) -- cgit v1.2.3