[Mesa-dev] [PATCH] targets/dri: link with mesautil
sroland at vmware.com
sroland at vmware.com
Mon Aug 4 16:36:48 PDT 2014
From: Roland Scheidegger <sroland at vmware.com>
Build system so I've no idea what I'm doing but this looks similar to other
build fixes...
---
src/gallium/targets/dri/SConscript | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript
index 7c567c3..f7d793b 100644
--- a/src/gallium/targets/dri/SConscript
+++ b/src/gallium/targets/dri/SConscript
@@ -7,6 +7,7 @@ if env['suncc']:
Return()
env.Append(CPPPATH = [
+ '#/src',
'#/src/loader',
'#/src/mapi',
'#/src/mesa',
@@ -33,6 +34,7 @@ env.Append(CPPDEFINES = [
])
env.Prepend(LIBS = [
+ mesautil,
st_dri,
svgadrm,
svga,
--
1.9.1
More information about the mesa-dev
mailing list