From a28b1bafd76a50a9e1d356bf8ba939831c5cfb77 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 4 May 2014 19:41:41 +0200 Subject: maliit-framework: add dependency on libxcomposite * otherwise fails in do_compile with: | mimremotewindow.cpp:27:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory | #include Signed-off-by: Martin Jansa --- 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 76e6f4995b..ea82c38d3a 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 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 \ -- cgit v1.2.3-54-g00ecf