[PATCH 0/5] build: cross compile wayland

2013-09-23 Thread Marc Chalain
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

[PATCH 0/5] build: cross compile wayland

2013-09-23 Thread mchalain [marc.chal...@gmail.com]
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