Don't allow people to run meson inside the uninstalled env
People should not run meson
on gst-build inside the uninstalled env.
It will cause problems because meson will detect the already-built
libraries and pkg-config files.
This is not obvious to people, and they often make this mistake.