1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

xev: Add missing dependencies on libxrandr and xproto

(From OE-Core rev: dd56ca611671233b8eec78aaa7e24b232654bc92)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2012-08-23 14:15:27 +00:00
parent 054d95edad
commit fed844ed2f
@@ -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"