diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-29 11:52:33 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-29 11:52:33 +0000 |
commit | 37bbf6a1792773f11c15a4da1588a7520ee2fb4e (patch) | |
tree | 64944d4aa665a1e479cfc004e446593062254550 /lib/mesa/SConstruct | |
parent | 6b139c2063623e9310025247cd966490b9aa57ea (diff) |
Merge Mesa 18.3.2
Diffstat (limited to 'lib/mesa/SConstruct')
-rw-r--r-- | lib/mesa/SConstruct | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mesa/SConstruct b/lib/mesa/SConstruct index a59a8ea21..51dc301a9 100644 --- a/lib/mesa/SConstruct +++ b/lib/mesa/SConstruct @@ -28,6 +28,13 @@ import SCons.Util import common ####################################################################### +# Minimal scons version + +EnsureSConsVersion(2, 4) +EnsurePythonVersion(2, 7) + + +####################################################################### # Configuration options opts = Variables('config.py') |