meson: Pass native: false to add_languages()
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 12 May 2020 00:28:38 +0000 (05:58 +0530)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 13 May 2020 08:19:10 +0000 (08:19 +0000)
commitb63dd628d25a73ebf3fc755c6a2b2c05fe04368a
tree3f7cc7444ef41058343cc2039f8415ce43e6e661
parent7a7cd9de6cc973b41de9b8d770186d59db87647d
meson: Pass native: false to add_languages()

This is needed for cross-compiling without a build machine compiler
available. The option was added in 0.54, but we only need this in
Cerbero and it doesn't affect older versions so it should be ok.
Will just cause a spurious warning.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/477>
tests/check/meson.build