package/wayland: build a host variant
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 30 Jan 2014 21:07:18 +0000 (22:07 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 2 Feb 2014 09:41:26 +0000 (10:41 +0100)
commit2c07341c751e88a2b6f47ddf630b26d5ca552345
tree82926f415abfdb3ba18af1aa25d21223fe444832
parentaa8eea6c37b8021ce1d53f9cd90dd3c373b19c88
package/wayland: build a host variant

Starting with 1.4.0, weston requires wayland-scanner to build its DT.
So far, we got away with just hand-building wayland-scanner, and made
that available in HOST_DIR/usr/bin

But now, weston also requires wayland's DTD, which we did not take care of
in our dirty little hack.

So, the best solution is to just build a host-variant of wayland, so
we get both wayland-scanner, and the DTD.

But then, we do not build the target wayland-scanner (he, wayland tries
to run it at build time...). So it is a matter of just tweaking a little
bit the host .pc file (which weston uses to find wayland-scanner, sigh...)
and fake it as a target .pc file.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wayland/wayland.mk