Meson: Allow calling meson-options.py from anywhere and make it possible to pipe result
These two patches make it possible to send the output of meson-build.py
to a pipe (so one can grep) and to call meson-build.py
from anywhere, especially also from outside the mesa source tree. That's nice if one wants to get an option list for an out-of-tree build.