[oe-commits] Martin Jansa : maliit-framework: add dependency on libxcomposite

git at git.openembedded.org git at git.openembedded.org
Fri May 9 12:59:12 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: a28b1bafd76a50a9e1d356bf8ba939831c5cfb77
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a28b1bafd76a50a9e1d356bf8ba939831c5cfb77

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun May  4 19:41:41 2014 +0200

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 <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 76e6f49..ea82c38 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 \



More information about the Openembedded-commits mailing list