component/glib: set --with-python to generate scripts with slapos python
glib configure script uses by default python2.7 to substitute in scripts, but it also supports --with-python argument. Since the scripts support python2 or python3, we can use the full path of the python used by buildout. This will sometimes create shebang lines like:
#!/usr/bin/env /path/to/slapos/python3/bin/python
but this also work fine.
This replaces the following commits: