meson: enable cross compiling
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 4 Dec 2018 19:33:07 +0000 (20:33 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:20:08 +0000 (13:20 +0900)
commit9cb15dcc425ee2a4eb515c5dd727cd060c9fa7b6
tree63c993a7e35e2fee74440e9b98e2da04caa14b47
parentf69b432bd7f700be7269dacd6353cddfa19b9721
meson: enable cross compiling

the inital work for this commit was coming from `Mark van der Putten`.
In order to not have more options for this, the idea came up to use
mesons autodetection using PATH.

If a cross file is specified, the binaries are used from the system,
rather than from the intree. (Which means --cross-file has the
dependency of efl on the buildsystem)

Differential Revision: https://phab.enlightenment.org/D7415
data/elementary/objects/meson.build
src/bin/edje/meson.build
src/bin/eet/meson.build
src/bin/elementary/meson.build
src/bin/eolian/meson.build