projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f86b93
)
scons: Define PACKAGE_xxx
author
José Fonseca
<jfonseca@vmware.com>
Wed, 13 Mar 2013 01:25:30 +0000
(
01:25
+0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 13 Mar 2013 01:29:47 +0000
(
01:29
+0000)
Should get the builds going again.
src/mesa/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/SConscript
b/src/mesa/SConscript
index ca9b70bad931f492a9cde28d208ff61a47520c52..3502e3067ceeafcbe2def92cf022f609d2364099 100644
(file)
--- a/
src/mesa/SConscript
+++ b/
src/mesa/SConscript
@@
-21,6
+21,11
@@
env.Append(CPPPATH = [
enabled_apis = []
enabled_apis += ['GL']
+env.Append(CPPDEFINES = [
+ ('PACKAGE_VERSION', '\\"9.2-devel\\"'),
+ ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
+])
+
if env['platform'] == 'windows':
env.Append(CPPDEFINES = [
'_GDI32_', # prevent gl* being declared __declspec(dllimport) in MS headers