diff options
-rw-r--r-- | src/mesa/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index ca9b70bad93..3502e3067ce 100644 --- 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 |