In cross compile, the "host" running the libraries, is different to the
"build" machine running the compiler. In this case wayland-scanner is a
part of the "build" tools and not a part of the "host" tools.
Autotool and "configure" provide the "--host", "--target" and "--build"
options. When the val
In cross compile, the "host" running the libraries, is different to the "build"
machine running the compiler. In this case wayland-scanner is a part of the
"build" tools and not a part of the "host" tools.
Autotool and "configure" provide the "--host", "--target" and "--build"
options. When the