libxtst: depend on libxi to get XInput.h

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5512 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-10-15 06:26:23 +00:00
parent 5f12963ee3
commit e58db30e4c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require xorg-lib-common.inc
DESCRIPTION = "X Test Extension: client side library"
DEPENDS += "libxext recordproto inputproto"
DEPENDS += "libxext recordproto inputproto libxi"
PROVIDES = "xtst"
PR = "r1"
PE = "1"