diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-20 11:32:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:58 +0200 |
commit | c87e8c5c5934b0293c30d1274042de334d7f44a2 (patch) | |
tree | 960173af8cc279158a99d3bc3e549a73ba3d7298 /meta-oe/recipes-graphics | |
parent | b4a83a31c78735be6f08597015613ae9c0eaec5d (diff) | |
download | meta-openembedded-c87e8c5c5934b0293c30d1274042de334d7f44a2.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 b73afe1c5..077df7add 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/" | |||
3 | SECTION = "x11/app" | 3 | SECTION = "x11/app" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0cdb783e9a0198237371fdaa26a18bf" |
6 | DEPENDS = "libxmu" | 6 | DEPENDS = "libxmu libxkbfile" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94" | 8 | SRC_URI[md5sum] = "6b5d48464c5f366e91efd08b62b12d94" |
9 | SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79" | 9 | SRC_URI[sha256sum] = "3bb396a2268d78de4b1c3e5237a85f7849d3434e87b3cd1f4d57eef614227d79" |