diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2014-08-09 18:08:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-17 10:01:35 +0100 |
commit | 1e001d0e714c8541441bd9486f916d4c325bd47c (patch) | |
tree | a7533b01c7c2af6bb42e01a3c683f94ddf2302d8 /meta/recipes-graphics | |
parent | 9e4be7f5a70bc2e0a45c7ce36f755b9c44d173ac (diff) | |
download | poky-1e001d0e714c8541441bd9486f916d4c325bd47c.tar.gz |
piglit: add dependency on libxrender
* fixes floating dependency:
piglit/piglit/latest lost dependency on libxrender
(From OE-Core rev: 9e110ce3702ca92125a905c48f8fcbfab5bfe1ab)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | DEPENDS = "virtual/libx11 waffle virtual/libgl libglu python-mako-native python-numpy-native" | 14 | DEPENDS = "virtual/libx11 libxrender waffle virtual/libgl libglu python-mako-native python-numpy-native" |
15 | 15 | ||
16 | inherit cmake pythonnative | 16 | inherit cmake pythonnative |
17 | 17 | ||