diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-16 09:54:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-16 09:54:15 +0000 |
commit | 1a5f96aa406eccc72b0f6b5eaa7bb321e62588e9 (patch) | |
tree | 36e6d035edc8a9e238b50191499f2248c47b2287 /meta/packages/xorg-lib | |
parent | aadd0fd11d38bdba31ddca74cc37b8218c2671f4 (diff) | |
download | poky-1a5f96aa406eccc72b0f6b5eaa7bb321e62588e9.tar.gz |
libx11-trim: Fix git version DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5520 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib')
-rw-r--r-- | meta/packages/xorg-lib/libx11-trim_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/xorg-lib/libx11-trim_git.bb b/meta/packages/xorg-lib/libx11-trim_git.bb index ea08a46469..be0af38dbd 100644 --- a/meta/packages/xorg-lib/libx11-trim_git.bb +++ b/meta/packages/xorg-lib/libx11-trim_git.bb | |||
@@ -8,8 +8,7 @@ S = "${WORKDIR}/git" | |||
8 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ | 8 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ |
9 | file://include_fix.patch;patch=1" | 9 | file://include_fix.patch;patch=1" |
10 | 10 | ||
11 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | 11 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" |
12 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" | ||
13 | 12 | ||
14 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git" | 13 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11-git" |
15 | 14 | ||