[oe-commits] Martin Jansa : xeyes: add dependency on libxrender

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:04:30 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: ceb69dce2cff26153c6e17614a934b9fa8f9f2a5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ceb69dce2cff26153c6e17614a934b9fa8f9f2a5

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Wed Aug 14 13:13:53 2013 +0200

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb |    2 +-
 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 7b68e6c..96ea030 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"
 SRC_URI[md5sum] = "a3035dcecdbdb89e864177c080924981"
 SRC_URI[sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521"
 
-DEPENDS += " virtual/libx11 libxau libxt libxext libxmu"
+DEPENDS += " virtual/libx11 libxau libxt libxext libxmu libxrender"



More information about the Openembedded-commits mailing list