https://bugs.freedesktop.org/show_bug.cgi?id=31598
LoneVVolf changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=31598
LoneVVolf changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=31598
--- Comment #3 from Jan Vesely ---
Created attachment 73402
--> https://bugs.freedesktop.org/attachment.cgi?id=73402&action=edit
use correct version of python to make the check
The attached patch fixes the check on systems where python2 is not
https://bugs.freedesktop.org/show_bug.cgi?id=31598
--- Comment #2 from zephi...@gmail.com ---
On systems where 'python' is 3.x and 'python2' is 2.x, mesa's config will store
the variable PYTHON2='python2', whereas your code checks the PYTHON variable,
which is unset , and always uses 'python' (3.x
https://bugs.freedesktop.org/show_bug.cgi?id=31598
Andreas Boll changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---