From 9e110ce3702ca92125a905c48f8fcbfab5bfe1ab Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 9 Aug 2014 18:08:00 +0200 Subject: piglit: add dependency on libxrender * fixes floating dependency: piglit/piglit/latest lost dependency on libxrender Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 7417cd5364..5c013ef94f 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -11,7 +11,7 @@ PV = "1.0+gitr${SRCPV}" S = "${WORKDIR}/git" -DEPENDS = "virtual/libx11 waffle virtual/libgl libglu python-mako-native python-numpy-native" +DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native" inherit cmake pythonnative -- cgit 1.2.3-korg