summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-05 02:34:42 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-05 02:39:08 +0100
commitb2e343daab4a7621e2bd9bc4b2cbd2709370089c (patch)
tree6db1b63f905905a55a441180afd5eeaa8be59b99 /src/gallium/targets/graw-xlib
parentddb0e18f6c5582d4d2cc59ffd16ad9c4639ed059 (diff)
tests/raw: Get it building with scons.
Diffstat (limited to 'src/gallium/targets/graw-xlib')
-rw-r--r--src/gallium/targets/graw-xlib/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index 979252b22d..b30c2d9ab4 100644
--- a/src/gallium/targets/graw-xlib/SConscript
+++ b/src/gallium/targets/graw-xlib/SConscript
@@ -8,6 +8,8 @@ if env['platform'] != 'linux':
env = env.Clone()
+env.Tool('x11')
+
env.Prepend(LIBS = [
ws_xlib,
trace,
@@ -40,12 +42,10 @@ env.Prepend(LIBS = [gallium])
# TODO: write a wrapper function http://www.scons.org/wiki/WrapperFunctions
graw = env.SharedLibrary(
- target ='graw',
+ target ='#lib/graw',
source = sources,
)
-env.InstallSharedLibrary(graw, version=(1, 0))
-
graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX')
Export('graw')