diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-14 18:25:28 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-20 14:49:25 +0100 |
| commit | 8475755ec37bb81dd7f09cac11cca259586f9245 (patch) | |
| tree | 8cf6ea7005a11802e9c77eeb0c51f454ea4c67e9 | |
| parent | 52b0e06d02e7f43cf54f447e0487c40c2c1fed00 (diff) | |
| download | meta-qt5-8475755ec37bb81dd7f09cac11cca259586f9245.tar.gz | |
nativesdk-qtbase: use runtime linked dbus
Remove direct dependency to nativesdk-dbus. Instead configure
qtbase to use runtime linked dbus library, if that is found.
Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 70b596dc..9b3a8553 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | DESCRIPTION = "SDK version of Qt/[X11|Mac|Embedded]" | 1 | DESCRIPTION = "SDK version of Qt/[X11|Mac|Embedded]" |
| 2 | DEPENDS = "nativesdk-zlib nativesdk-dbus qtbase-native" | 2 | DEPENDS = "nativesdk-zlib qtbase-native" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | HOMEPAGE = "http://qt-project.org" | 4 | HOMEPAGE = "http://qt-project.org" |
| 5 | 5 | ||
| @@ -156,6 +156,7 @@ do_configure() { | |||
| 156 | -sysroot ${STAGING_DIR_NATIVE} \ | 156 | -sysroot ${STAGING_DIR_NATIVE} \ |
| 157 | -no-gcc-sysroot \ | 157 | -no-gcc-sysroot \ |
| 158 | -system-zlib \ | 158 | -system-zlib \ |
| 159 | -dbus-runtime \ | ||
| 159 | -no-libjpeg \ | 160 | -no-libjpeg \ |
| 160 | -no-libpng \ | 161 | -no-libpng \ |
| 161 | -no-gif \ | 162 | -no-gif \ |
