summaryrefslogtreecommitdiff
path: root/libxi/libxi_6.0.1.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-20 17:53:13 +0000
committerPhil Blundell <philb@gnu.org>2004-10-20 17:53:13 +0000
commit2f4245831122911f88bb1d10f8ef298be72ab1ba (patch)
treeee65e6748bf39e4e7a16809fd749449b57199384 /libxi/libxi_6.0.1.oe
parent3f05e56cfa5a65496b76f06d2f2bdebd4a205f2c (diff)
more fun with DEPENDS
BKrev: 4176a609E14L2tx31x5a3e_8q8g6Xg
Diffstat (limited to 'libxi/libxi_6.0.1.oe')
-rw-r--r--libxi/libxi_6.0.1.oe3
1 files changed, 1 insertions, 2 deletions
diff --git a/libxi/libxi_6.0.1.oe b/libxi/libxi_6.0.1.oe
index 27363fe916..2fda03962e 100644
--- a/libxi/libxi_6.0.1.oe
+++ b/libxi/libxi_6.0.1.oe
@@ -1,7 +1,6 @@
DESCRIPTION = "X Input Extension library"
SECTION = "x11/libs"
-
-DEPENDS = "xproto"
+DEPENDS = "xproto x11 xextensions"
SRC_URI = "${XLIBS_MIRROR}/libXi-${PV}.tar.bz2"
S = "${WORKDIR}/libXi-${PV}"