clutter: fix compilation when building without X11 backend
authorRoss Burton <ross.burton@intel.com>
Wed, 11 Sep 2013 13:47:11 +0000 (14:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Sep 2013 22:35:44 +0000 (23:35 +0100)
commit0c88f1c76ccb7ca153be1fd35d8adc497246295a
tree5d880b713352134b17d5700e9ead0350db01750b
parentc0d6bc894f6f06922b04e465251f3e92ed8cd78c
clutter: fix compilation when building without X11 backend

If Clutter is building the Wayland backend but not the X11 backend, the Cogl
support doesn't get enabled so the Wayland backend (which uses it) fails to
compile.

Backport a fix from upstream to fix this situation.

(From OE-Core rev: 6df36a004210901acceff4a201d0f910d99eccfe)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/clutter/clutter-1.0.inc
meta/recipes-graphics/clutter/clutter-1.14/fix-wayland-deps.patch [new file with mode: 0644]