| Submitter | Richard Purdie |
|---|---|
| Date | Aug. 24, 2012, 2:17 p.m. |
| Message ID | <1345817867.14369.72.camel@ted> |
| Download | mbox | patch |
| Permalink | /patch/35301/ |
| State | Accepted |
| Commit | dd56ca611671233b8eec78aaa7e24b232654bc92 |
| Headers | show |
Comments
Patch
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 b340409..8d45e2e 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" LICENSE = "MIT" PE = "1" +DEPENDS += "libxrandr xproto" + SRC_URI += "file://diet-x11.patch" SRC_URI[md5sum] = "2727c72f3eba0c23f8f6b2e618d195a2"
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> ---