Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] xev: Add missing dependencies on libxrandr and xproto
@ 2012-08-24 14:17 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-08-24 14:17 UTC (permalink / raw)
  To: openembedded-core



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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-24 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 14:17 [PATCH] xev: Add missing dependencies on libxrandr and xproto Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox