[oe-commits] Martin Jansa : xwd: add missing dependency on libxkbfile

git at git.openembedded.org git at git.openembedded.org
Sun Jul 20 11:11:20 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 20 11:32:15 2014 +0200

xwd: add missing dependency on libxkbfile

* otherwise fails with:
  | configure: error: Package requirements (x11 xproto >= 7.0.17 xkbfile) were not met:
  |
  | No package 'xkbfile' found

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
index b73afe1..077df7a 100644
--- a/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xwd/"
 SECTION = "x11/app"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf"
-DEPENDS = "libxmu"
+DEPENDS = "libxmu libxkbfile"
 
 SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94"
 SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79"



More information about the Openembedded-commits mailing list