cogl/clutter: Explicitly depend on libdrm for GLX
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Oct 2012 11:19:06 +0000 (11:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Oct 2012 16:50:18 +0000 (17:50 +0100)
commit7679d944f8447a439eabea5e3cee04292c5146f5
tree2a5988094c5f7c923484f491104ace18a91f674d
parent90ca8c79272eebf8490618ceb052aa8a160c7fed
cogl/clutter: Explicitly depend on libdrm for GLX

cogl and clutter explicitly rely on libdrm being present when using the glx
backend. If its not listed in DEPENDS and an alternative to mesa is used, it
may not actually be present. This patch ensures it is and fixes a build
race condition which could see dependencies like clutter-box2d failing to
compile due to missing pkgconfig dependencies.

(From OE-Core rev: afb3ee76cef109c7ba4a760d834839ef277e30fc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/clutter/clutter.inc
meta/recipes-graphics/clutter/cogl.inc