X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=SConstruct;h=b5c36cbbc1c72a030f60c8d20f7ccc7c88d6ab03;hp=a59a8ea210e956bb67deb93272534804d88754e3;hb=46182fc1da0b5cabc09e818bddc6b7968d4d2b7b;hpb=e3610475683584a3b3e1e5a3e0435f0678ccd1f7 diff --git a/SConstruct b/SConstruct index a59a8ea210e..b5c36cbbc1c 100644 --- a/SConstruct +++ b/SConstruct @@ -27,6 +27,13 @@ import SCons.Util import common +####################################################################### +# Minimal scons version + +EnsureSConsVersion(2, 4) +EnsurePythonVersion(2, 7) + + ####################################################################### # Configuration options @@ -66,7 +73,7 @@ with open("VERSION") as f: mesa_version = f.read().strip() env.Append(CPPDEFINES = [ ('PACKAGE_VERSION', '\\"%s\\"' % mesa_version), - ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'), + ('PACKAGE_BUGREPORT', '\\"https://gitlab.freedesktop.org/mesa/mesa/issues\\"'), ]) # Includes