diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-01 12:38:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-01 12:38:20 +0000 |
commit | cfa81e60af1bc5cd1bfad9852b615bb7e7cc3d9a (patch) | |
tree | 933805a7e23843a1f1f929e4955d7e8a01eccacf /meta/packages | |
parent | b4b5d07f4c22192ad26d6de18b41313eb9d5c528 (diff) | |
download | poky-cfa81e60af1bc5cd1bfad9852b615bb7e7cc3d9a.tar.gz |
libx11: Add xproto-native to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4393 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libx11_1.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libx11_1.1.4.bb b/meta/packages/xorg-lib/libx11_1.1.4.bb index 63555dada7..7ab3a7bb94 100644 --- a/meta/packages/xorg-lib/libx11_1.1.4.bb +++ b/meta/packages/xorg-lib/libx11_1.1.4.bb | |||
@@ -2,7 +2,7 @@ require xorg-lib-common.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "Base X libs." | 3 | DESCRIPTION = "Base X libs." |
4 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | 4 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ |
5 | libxdmcp xf86bigfontproto kbproto inputproto" | 5 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" |
6 | PROVIDES = "virtual/libx11" | 6 | PROVIDES = "virtual/libx11" |
7 | PE = "1" | 7 | PE = "1" |
8 | PR = "r3" | 8 | PR = "r3" |