diff options
author | Michal Krol <michal@vmware.com> | 2010-11-04 14:33:31 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2010-11-04 14:34:27 +0100 |
commit | c69979f243fe7ac15d638f9b2b5cf35b30b07939 (patch) | |
tree | 481bec5204624bac81f2d38f1f9ce9e53ba0e090 | |
parent | 29beaed6dccce5ccedc72446c8d2011324fc92f4 (diff) |
scons: Hook-up graw-gdi target.
-rw-r--r-- | src/gallium/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
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', ]) |