scons: Define PACKAGE_xxx
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 13 Mar 2013 01:25:30 +0000 (01:25 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 13 Mar 2013 01:29:47 +0000 (01:29 +0000)
Should get the builds going again.

src/mesa/SConscript

index ca9b70bad931f492a9cde28d208ff61a47520c52..3502e3067ceeafcbe2def92cf022f609d2364099 100644 (file)
@@ -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