summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-08-14 13:13:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:32 +0100
commit0509aad1d32ce0a6271725b27c80eee46c6b802b (patch)
treeece5482c9cb9688d24fa7ba1d4aad96631cbe17e /meta/recipes-graphics
parent78dfc4505a996bfacfb0938c98eb92b1a3637133 (diff)
downloadpoky-0509aad1d32ce0a6271725b27c80eee46c6b802b.tar.gz
xeyes: add dependency on libxrender
* fails without: | configure:10604: error: Package requirements (xrender >= 0.4) were not met: | No package 'xrender' found (From OE-Core rev: ceb69dce2cff26153c6e17614a934b9fa8f9f2a5) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
index 7b68e6c2cd..96ea030be1 100644
--- a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
@@ -11,4 +11,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6"
11SRC_URI[md5sum] = "a3035dcecdbdb89e864177c080924981" 11SRC_URI[md5sum] = "a3035dcecdbdb89e864177c080924981"
12SRC_URI[sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521" 12SRC_URI[sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521"
13 13
14DEPENDS += " virtual/libx11 libxau libxt libxext libxmu" 14DEPENDS += " virtual/libx11 libxau libxt libxext libxmu libxrender"