From f9aeef0308660fc188b16b5c5cd21e00b6bbac93 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 8 Aug 2013 23:32:36 +0200 Subject: [PATCH] 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 --- meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 33a93cc246e..4241c85a892 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" -- 2.47.2