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

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Sep 20 13:50:15 UTC 2010


Module: Mesa
Branch: 7.9
Commit: b2476208543b9ac360d4ec298b2cc66dd52bb38d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2476208543b9ac360d4ec298b2cc66dd52bb38d

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

i915g: Link with wrapper sw winsys with scons

cherry picked from commit 208f1f381076560cb76aac753d6da2287f53ddb5

---

 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