Mesa (master): glhd: Build with scons

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Jun 28 20:34:31 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 28 22:22:53 2010 +0200

glhd: Build with scons

---

 SConstruct                             |    2 ++
 src/gallium/drivers/galahad/SConscript |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/SConstruct b/SConstruct
index 83c29c0..a187d8d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -131,6 +131,8 @@ if 'trace' not in env['drivers']:
     env['drivers'].append('trace')
 if 'rbug' not in env['drivers']:
     env['drivers'].append('rbug')
+if 'galahad' not in env['drivers']:
+    env['drivers'].append('galahad')
 if 'identity' not in env['drivers']:
     env['drivers'].append('identity')
 if 'softpipe' not in env['drivers']:
diff --git a/src/gallium/drivers/galahad/SConscript b/src/gallium/drivers/galahad/SConscript
index ca6213c..b398a3f 100644
--- a/src/gallium/drivers/galahad/SConscript
+++ b/src/gallium/drivers/galahad/SConscript
@@ -2,7 +2,7 @@ Import('*')
 
 env = env.Clone()
 
-identity = env.ConvenienceLibrary(
+galahad = env.ConvenienceLibrary(
 	target = 'identity',
 	source = [
 		'glhd_context.c',
@@ -10,4 +10,4 @@ identity = env.ConvenienceLibrary(
 		'glhd_screen.c',
 	])
 
-Export('identity')
+Export('galahad')




More information about the mesa-commit mailing list