Mesa (master): i915g: Link with wrapper sw winsys with scons

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Sep 20 13:44:22 UTC 2010


Module: Mesa
Branch: master
Commit: 208f1f381076560cb76aac753d6da2287f53ddb5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=208f1f381076560cb76aac753d6da2287f53ddb5

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Mon Sep 20 15:25:18 2010 +0200

i915g: Link with wrapper sw winsys with scons

---

 src/gallium/targets/dri-i915/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/dri-i915/SConscript b/src/gallium/targets/dri-i915/SConscript
index 6f9336b..172f92d 100644
--- a/src/gallium/targets/dri-i915/SConscript
+++ b/src/gallium/targets/dri-i915/SConscript
@@ -11,6 +11,7 @@ env.ParseConfig('pkg-config --cflags --libs libdrm_intel')
 env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD'])
 
 env.Prepend(LIBS = [
+    ws_wrapper,
     st_dri,
     i915drm,
     i915,




More information about the mesa-commit mailing list