[OE-core] [PATCH] xcb-util-image: Add missing dependency on xcb-util

Richard Purdie richard.purdie at linuxfoundation.org
Fri May 4 14:06:19 UTC 2012


Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
diff --git a/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb b/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb
index 2fb350e..766ef0a 100644
--- a/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb
+++ b/meta/recipes-graphics/xcb/xcb-util-image_0.3.8.bb
@@ -1,5 +1,7 @@
 require xcb-util.inc
 
+DEPENDS += "xcb-util"
+
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://image/xcb_image.c;endline=24;md5=eafdf965cfb89955fdedf75054223fb4 \
                     file://image/xcb_image.h;startline=4;endline=27;md5=4e4f1b0fae5694beed407dea01f38212"






More information about the Openembedded-core mailing list