diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-20 17:45:07 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-20 17:45:07 +0000 |
commit | bed8f3fe9eb25bc4fa3c80d633175b49a25d82b3 (patch) | |
tree | 4d3e60cefedd9802489ccde7ef5bb32788dc773b | |
parent | 617e9d68856b60ad0c1d6ecf09ee5f4f01324d6f (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/10/20 18:44:27+01:00 nexus.co.uk!pb
add xproto to DEPENDS
BKrev: 4176a423PATuqsTY5iF3PvWBVmrIng
-rw-r--r-- | libxi/libxi_6.0.1.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxi/libxi_6.0.1.oe b/libxi/libxi_6.0.1.oe index b447726f1b..27363fe916 100644 --- a/libxi/libxi_6.0.1.oe +++ b/libxi/libxi_6.0.1.oe @@ -1,6 +1,8 @@ DESCRIPTION = "X Input Extension library" SECTION = "x11/libs" +DEPENDS = "xproto" + SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2" S = "${WORKDIR}/libXi-${PV}" |