diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-05 20:30:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:41:09 +0100 |
commit | 7f5a0f98b3449d0a95fd6c12f1d6fa61b835fc2b (patch) | |
tree | ab909993e806a3b886deaab7631095bc49ffad9e /meta | |
parent | 543ede707a268ca17f972be54860e455b4de9e0b (diff) | |
download | openembedded-core-7f5a0f98b3449d0a95fd6c12f1d6fa61b835fc2b.tar.gz openembedded-core-7f5a0f98b3449d0a95fd6c12f1d6fa61b835fc2b.tar.bz2 openembedded-core-7f5a0f98b3449d0a95fd6c12f1d6fa61b835fc2b.zip |
libxi: Add libxfixes as dependency
A clean build found libxi missing this dependency, possible build order
issue.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb index eadae11624..da51fe104a 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.1.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" |