Meson: Make c++ compiler optional
Instead of unconditionally requiring C++ compiler, meson build should allow making builds with no C++ parts without one. Meson's add_languages() should make that setup possible.
Current requirement is a regression compared to autotools build.
Instead of unconditionally requiring C++ compiler, meson build should allow making builds with no C++ parts without one. Meson's add_languages() should make that setup possible.
Current requirement is a regression compared to autotools build.