diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2018-03-02 16:00:14 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-03-06 07:24:15 +0000 |
| commit | 4f1e157da16e615a79903abc7363799eac2670c7 (patch) | |
| tree | 01dc2a0ac42494c1d2bd7aa59711486b1a095a66 /recipes-qt/qt5/qtwebglplugin_git.bb | |
| parent | ce85883673e134947addf3d6859b2b79815e49cd (diff) | |
| download | meta-qt5-4f1e157da16e615a79903abc7363799eac2670c7.tar.gz | |
Add recipe for Qt WebGL Streaming Plugin
Stream applications to browsers over the network.
Change-Id: I1e5a10e9b48420704e4dab5e6c1589df64236dce
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtwebglplugin_git.bb')
| -rw-r--r-- | recipes-qt/qt5/qtwebglplugin_git.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ | |||
| 1 | require qt5.inc | ||
| 2 | require qt5-git.inc | ||
| 3 | |||
| 4 | LICENSE = "GPL-3.0 | The-Qt-Company-Commercial" | ||
| 5 | LIC_FILES_CHKSUM = " \ | ||
| 6 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 7 | " | ||
| 8 | |||
| 9 | DEPENDS += "qtbase qtwebsockets" | ||
| 10 | |||
| 11 | PACKAGECONFIG ?= "qtdeclarative" | ||
| 12 | PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative" | ||
| 13 | |||
| 14 | do_configure_prepend() { | ||
| 15 | # disable qtdeclarative test if it isn't enabled by PACKAGECONFIG | ||
| 16 | sed -e 's/^\(qtHaveModule(quick)\)/OE_QTDECLARATIVE_ENABLED:\1/' -i ${S}/src/plugins/platforms/webgl/webgl.pro | ||
| 17 | } | ||
| 18 | |||
| 19 | EXTRA_QMAKEVARS_PRE += "${@bb.utils.contains('PACKAGECONFIG', 'qtdeclarative', 'CONFIG+=OE_QTDECLARATIVE_ENABLED', '', d)}" | ||
| 20 | |||
| 21 | SRCREV = "d73338df3809c8551f387c7192725683d52746d8" | ||
