All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] nativesdk-qtbase: use runtime linked dbus
@ 2016-02-14 16:25 Samuli Piippo
  2016-02-15 22:34 ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Samuli Piippo @ 2016-02-14 16:25 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 recipes-qt/qt5/nativesdk-qtbase_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 4ac80be..d800b8c 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "SDK version of Qt/[X11|Mac|Embedded]"
-DEPENDS = "nativesdk-zlib nativesdk-dbus qtbase-native"
+DEPENDS = "nativesdk-zlib qtbase-native"
 SECTION = "libs"
 HOMEPAGE = "http://qt-project.org"
 
@@ -155,6 +155,7 @@ do_configure() {
         -sysroot ${STAGING_DIR_NATIVE} \
         -no-gcc-sysroot \
         -system-zlib \
+        -dbus-runtime \
         -no-libjpeg \
         -no-libpng \
         -no-gif \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-16 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-14 16:25 [meta-qt5][PATCH] nativesdk-qtbase: use runtime linked dbus Samuli Piippo
2016-02-15 22:34 ` Otavio Salvador
2016-02-16  9:13   ` Samuli Piippo
2016-02-16 11:38     ` Otavio Salvador
2016-02-16 14:13       ` Samuli Piippo
2016-02-16 16:01         ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.