From 52c00a5e935c35f8c2f4c074de09748aabb2f4ec Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 5 Jun 2013 20:30:50 -0700 Subject: libxi: Add libxfixes as dependency A clean build found libxi missing this dependency, possible build order issue. (From OE-Core master rev: 7f5a0f98b3449d0a95fd6c12f1d6fa61b835fc2b) (From OE-Core rev: 60dba251d2c7966643474940df337421e9521cd6) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxi_1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.bb index ad5a33d28b..9f36c8e725 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.bb @@ -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" -- cgit v1.2.3-54-g00ecf