i915: Drop context fields specific to 965+ chipsets.
[mesa.git] / SConstruct
index 4a3fef0805942f904618ebcff889dcc41b408d0f..834e9d58a89f95afaf54891334cf60b67cb6ac1d 100644 (file)
@@ -69,6 +69,11 @@ if env['gles']:
 #######################################################################
 # Environment setup
 
+env.Append(CPPDEFINES = [
+    ('PACKAGE_VERSION', '\\"9.2.0-devel\\"'),
+    ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
+])
+
 # Includes
 env.Prepend(CPPPATH = [
        '#/include',