]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxtst: depend on libxi to get XInput.h
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 15 Oct 2008 06:26:23 +0000 (06:26 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 15 Oct 2008 06:26:23 +0000 (06:26 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5512 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libxtst_1.0.3.bb

index 14e10ff28576f59ccef55275241c3a55141a6db4..174046fc1ea4b7ff7f2b1c3d2344b77ec03b1fbe 100644 (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"