From 4f1e157da16e615a79903abc7363799eac2670c7 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 2 Mar 2018 16:00:14 +0200 Subject: Add recipe for Qt WebGL Streaming Plugin Stream applications to browsers over the network. Change-Id: I1e5a10e9b48420704e4dab5e6c1589df64236dce Reviewed-by: Mikko Gronoff --- recipes-qt/qt5/qtwebglplugin_git.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes-qt/qt5/qtwebglplugin_git.bb (limited to 'recipes-qt/qt5/qtwebglplugin_git.bb') diff --git a/recipes-qt/qt5/qtwebglplugin_git.bb b/recipes-qt/qt5/qtwebglplugin_git.bb new file mode 100644 index 00000000..d43d7149 --- /dev/null +++ b/recipes-qt/qt5/qtwebglplugin_git.bb @@ -0,0 +1,21 @@ +require qt5.inc +require qt5-git.inc + +LICENSE = "GPL-3.0 | The-Qt-Company-Commercial" +LIC_FILES_CHKSUM = " \ + file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ +" + +DEPENDS += "qtbase qtwebsockets" + +PACKAGECONFIG ?= "qtdeclarative" +PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative" + +do_configure_prepend() { + # disable qtdeclarative test if it isn't enabled by PACKAGECONFIG + sed -e 's/^\(qtHaveModule(quick)\)/OE_QTDECLARATIVE_ENABLED:\1/' -i ${S}/src/plugins/platforms/webgl/webgl.pro +} + +EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtdeclarative', 'CONFIG+=OE_QTDECLARATIVE_ENABLED', '', d)}" + +SRCREV = "d73338df3809c8551f387c7192725683d52746d8" -- cgit v1.2.3-54-g00ecf