aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-08 23:32:36 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-20 16:31:38 +0200
commitf9aeef0308660fc188b16b5c5cd21e00b6bbac93 (patch)
treec126b194a02fab4a8ada32f9f127c8927d623c73
parentec1b929be6dd2e2bee0b189561f23d55d8098ab3 (diff)
downloadopenembedded-core-contrib-f9aeef0308660fc188b16b5c5cd21e00b6bbac93.tar.gz
xeyes: add dependency on libxrender
* fails without: | configure:10604: error: Package requirements (xrender >= 0.4) were not met: | No package 'xrender' found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 33a93cc246..4241c85a89 100644
--- a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6"
SRC_URI[md5sum] = "a3035dcecdbdb89e864177c080924981"
SRC_URI[sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521"
-DEPENDS += " virtual/libx11 libxau libxt libxext libxmu"
+DEPENDS += " virtual/libx11 libxau libxt libxext libxmu libxrender"