diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-15 06:26:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-15 06:26:23 +0000 |
commit | e58db30e4c70c38265a9b0b1363f8dec016dd1ae (patch) | |
tree | 3b31193f04ac6a5056c4d37c2e42c0fbc3b9c272 /meta | |
parent | 5f12963ee34b0d1f9eac90bb5ef0c95a97a17826 (diff) | |
download | openembedded-core-e58db30e4c70c38265a9b0b1363f8dec016dd1ae.tar.gz openembedded-core-e58db30e4c70c38265a9b0b1363f8dec016dd1ae.tar.bz2 openembedded-core-e58db30e4c70c38265a9b0b1363f8dec016dd1ae.zip |
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
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/xorg-lib/libxtst_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-lib/libxtst_1.0.3.bb b/meta/packages/xorg-lib/libxtst_1.0.3.bb index 14e10ff285..174046fc1e 100644 --- a/meta/packages/xorg-lib/libxtst_1.0.3.bb +++ b/meta/packages/xorg-lib/libxtst_1.0.3.bb @@ -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" |