meson: Pass native: false to add_languages()
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 11 May 2020 23:28:24 +0000 (04:58 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Mon, 11 May 2020 23:38:59 +0000 (05:08 +0530)
commit4e7d3b42ec3fe1f4ca397fc27c908674b6af275b
treef99e5859dddfe56b69e49c799ff28d510b80649f
parent9280d4b8f512565003bf8e310681394c1611d3c1
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 only cause a spurious warning.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/660>
meson.build