aboutsummaryrefslogtreecommitdiff
path: root/mesalib/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/SConstruct')
-rw-r--r--mesalib/SConstruct5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesalib/SConstruct b/mesalib/SConstruct
index 4a3fef080..1807ff835 100644
--- a/mesalib/SConstruct
+++ b/mesalib/SConstruct
@@ -69,6 +69,11 @@ if env['gles']:
#######################################################################
# Environment setup
+env.Append(CPPDEFINES = [
+ ('PACKAGE_VERSION', '\\"9.2-devel\\"'),
+ ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
+])
+
# Includes
env.Prepend(CPPPATH = [
'#/include',