X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConstruct;h=51dc301a9a86dc474854510990c3389cd9f249d9;hb=04bdbbcab3c4862bf3f54ce60fcc1d2007776f80;hp=a59a8ea210e956bb67deb93272534804d88754e3;hpb=e3610475683584a3b3e1e5a3e0435f0678ccd1f7;p=mesa.git diff --git a/SConstruct b/SConstruct index a59a8ea210e..51dc301a9a8 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