[oe] [meta-oe][WIP][PATCH 1/4] maliit-framework: add dependency on libxcomposite

Martin Jansa martin.jansa at gmail.com
Sun May 4 19:02:13 UTC 2014


* otherwise fails in do_compile with:
  | mimremotewindow.cpp:27:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory
  |  #include <X11/extensions/Xcomposite.h>

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/maliit/maliit-framework_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index 6a4e155..f98512d 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad"
 
 inherit autotools-brokensep qt4x11 gtk-immodules-cache
 
+DEPENDS = "libxcomposite"
 
 SRC_URI = "git://github.com/maliit/framework.git;branch=master \
     file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \
-- 
1.9.1



More information about the Openembedded-devel mailing list