1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libx11-trim: added missing dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5226 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-09-22 19:08:58 +00:00
parent 7178ed1a62
commit a4fcdacd6b
+1 -1
View File
@@ -1,7 +1,7 @@
require xorg-lib-common.inc
DESCRIPTION = "X11 protocol and utility library"
DEPENDS += "libxcb xproto xextproto xtrans libxau"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto"
#FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
#SRC_URI += "file://X18NCMSstubs.diff;patch=1 "