gallium/build: Fix visibility CFLAGS in automake
[mesa.git] / SConstruct
index 4a3fef0805942f904618ebcff889dcc41b408d0f..1807ff8353984f38396516634daeb0fdacaafb14 100644 (file)
@@ -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',