This saves time when building, since we don't use the tools. Particularly on macOS, due to a macOS bug, Meson picks up an invalid ncurses-config binary and incorrectly detects the presence of ncurses, causing a build failure. This is fixed in the latest meson: https://github.com/mesonbuild/meson/pull/13715 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7611>