All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH 1/4] qt-vars: add QtWebEngine dependency variable
@ 2017-09-05 23:09 Denys Dmytriyenko
  2017-09-05 23:09 ` [morty/master][PATCH 2/4] matrix-gui-browser: Matrix browser is now QtWebEngine based, update DEPENDS Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2017-09-05 23:09 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/classes/qt-vars.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arago-distro/classes/qt-vars.bbclass b/meta-arago-distro/classes/qt-vars.bbclass
index 4c4cb11..866b5ad 100644
--- a/meta-arago-distro/classes/qt-vars.bbclass
+++ b/meta-arago-distro/classes/qt-vars.bbclass
@@ -9,6 +9,7 @@ QT_DEPENDS_BASE = "${@base_conditional('QT_PROVIDER', 'qt5', 'qtbase', 'qt4-embe
 QT_DEPENDS_WEBKIT = "${@base_conditional('QT_PROVIDER', 'qt5', 'qtwebkit', '', d)}"
 QT_DEPENDS_SVG = "${@base_conditional('QT_PROVIDER', 'qt5', 'qtsvg', '', d)}"
 QT_DEPENDS_SCRIPT = "${@base_conditional('QT_PROVIDER', 'qt5', 'qtscript', '', d)}"
+QT_DEPENDS_WEBENGINE = "${@base_conditional('QT_PROVIDER', 'qt5', 'qtwebengine', '', d)}"
 
 # Run-time dependencies
 QT_RDEPENDS_FONTS = "${@base_conditional('QT_PROVIDER', 'qt5', '', 'qt4-embedded-fonts', d)}"
-- 
2.7.4



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

end of thread, other threads:[~2017-09-12  2:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 23:09 [morty/master][PATCH 1/4] qt-vars: add QtWebEngine dependency variable Denys Dmytriyenko
2017-09-05 23:09 ` [morty/master][PATCH 2/4] matrix-gui-browser: Matrix browser is now QtWebEngine based, update DEPENDS Denys Dmytriyenko
2017-09-05 23:09 ` [morty/master][PATCH 3/4] packagegroup-*-graphics: add chromium-wayland for A15 platforms Denys Dmytriyenko
2017-09-05 23:09 ` [morty/master][PATCH 4/4] packagegroup-*-qte*: remove QtWebKit dependency Denys Dmytriyenko
2017-09-05 23:19   ` Denys Dmytriyenko
2017-09-12  2:21     ` Denys Dmytriyenko

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.