diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-23 14:15:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-24 17:25:14 +0100 |
commit | fed844ed2f558d5da68b0b1fd707bc201b9e5821 (patch) | |
tree | bddcce06418ca3dcac1d6972dc5fe826371f8ea5 /meta/recipes-graphics/xorg-app | |
parent | 054d95edad8d79ef1c6b30681395d50f3c6335b4 (diff) | |
download | poky-fed844ed2f558d5da68b0b1fd707bc201b9e5821.tar.gz |
xev: Add missing dependencies on libxrandr and xproto
(From OE-Core rev: dd56ca611671233b8eec78aaa7e24b232654bc92)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xev_1.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.0.bb b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb index b3404092ed..8d45e2e3de 100644 --- a/meta/recipes-graphics/xorg-app/xev_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xev_1.2.0.bb | |||
@@ -4,6 +4,8 @@ DESCRIPTION = "X Event Viewer" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | PE = "1" | 5 | PE = "1" |
6 | 6 | ||
7 | DEPENDS += "libxrandr xproto" | ||
8 | |||
7 | SRC_URI += "file://diet-x11.patch" | 9 | SRC_URI += "file://diet-x11.patch" |
8 | 10 | ||
9 | SRC_URI[md5sum] = "2727c72f3eba0c23f8f6b2e618d195a2" | 11 | SRC_URI[md5sum] = "2727c72f3eba0c23f8f6b2e618d195a2" |