diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-10 16:55:02 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-12 08:38:30 +0200 |
| commit | 29a640601a8ca6821897279bfbc82f25d7c83db5 (patch) | |
| tree | f379bc1ea78527d2aee57c91ec3087c8ef872b14 | |
| parent | cb647e5392ee69d971bc34ad77b884371e8d3d9a (diff) | |
| download | meta-openembedded-29a640601a8ca6821897279bfbc82f25d7c83db5.tar.gz | |
maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic builds
* otherwise maliit-framework-gtk is empty
* fixes following issues from test-dependencies report:
maliit-framework/maliit-framework-gtk/latest lost dependency on eglibc glib-2.0 gtk+ gtk+3 libgcc libqtcore4 maliit-framework pango
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/maliit/maliit-framework_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb index ea82c38d3a..b165e9f1ad 100644 --- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb +++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad" | |||
| 6 | 6 | ||
| 7 | inherit autotools qt4x11 gtk-immodules-cache | 7 | inherit autotools qt4x11 gtk-immodules-cache |
| 8 | 8 | ||
| 9 | DEPENDS = "libxcomposite" | 9 | DEPENDS = "libxcomposite dbus gtk+3 gtk+" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/maliit/framework.git;branch=master \ | 11 | SRC_URI = "git://github.com/maliit/framework.git;branch=master \ |
| 12 | file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \ | 12 | file://0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch \ |
