diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 3502e3067ce..ca9b70bad93 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -21,11 +21,6 @@ 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 |