From: Richard Purdie Date: Thu, 23 Aug 2012 14:15:27 +0000 (+0000) Subject: xev: Add missing dependencies on libxrandr and xproto X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd56ca611671233b8eec78aaa7e24b232654bc92;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xev: Add missing dependencies on libxrandr and xproto Signed-off-by: Richard Purdie --- 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 b3404092edb..8d45e2e3de0 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"