Skip to content

Commit

Permalink
remove strict mako version check
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 9, 2023
1 parent 8c54318 commit a1a70cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -887,11 +887,6 @@ has_mako = run_command(
'''
from distutils.version import StrictVersion
import mako
assert StrictVersion(mako.__version__) >= StrictVersion("0.8.0")
''', check: false)
if has_mako.returncode() != 0
error('Python (3.x) mako module >= 0.8.0 required to build mesa.')
endif
if cc.get_id() == 'gcc' and cc.version().version_compare('< 4.4.6')
error('When using GCC, version 4.4.6 or later is required.')
Expand Down

0 comments on commit a1a70cd

Please sign in to comment.