[OE-core] [PATCH] xev: Add missing dependencies on libxrandr and xproto

Richard Purdie richard.purdie at linuxfoundation.org
Fri Aug 24 14:17:47 UTC 2012



Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
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"






More information about the Openembedded-core mailing list