]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxi: Add libxfixes as dependency
authorSaul Wold <sgw@linux.intel.com>
Thu, 6 Jun 2013 03:30:50 +0000 (20:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:41:09 +0000 (16:41 +0100)
A clean build found libxi missing this dependency, possible build order
issue.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb

index eadae1162476f717250fd40cbc35e7829cb15b16..da51fe104a8df21221f0013cd6f210684155b1e2 100644 (file)
@@ -11,7 +11,7 @@ LICENSE = "MIT & MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
                     file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
 
-DEPENDS += "libxext inputproto"
+DEPENDS += "libxext inputproto libxfixes"
 
 PE = "1"
 PR = "r0"