X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=SConstruct;h=1807ff8353984f38396516634daeb0fdacaafb14;hb=c08b04992ad5251cde651fab5cabb90d3528cc92;hp=029daa1c6f35f57c2981c652e2ba13550e4e11ec;hpb=10562fbc5c630b7f1a97344bc3d6b2649c7393a5;p=android-x86%2Fexternal-mesa.git diff --git a/SConstruct b/SConstruct index 029daa1c6f3..1807ff83539 100644 --- a/SConstruct +++ b/SConstruct @@ -40,7 +40,8 @@ env = Environment( ENV = os.environ, ) -opts.Save('config.py', env) +# XXX: This creates a many problems as it saves... +#opts.Save('config.py', env) # Backwards compatability with old target configuration variable try: @@ -68,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',