aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-05-16 10:56:59 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-18 21:29:57 +0200
commitf91d2c5d370a65b424e0781a08f858eb42af247b (patch)
tree5cb383722bd490796f3888925505d76ef4722da3
parent9da1ed9757511444f13dd51c90fd8ab9832d38cb (diff)
qtdeclarative-render2d: add recipe
Qt Quick 2D Renderer module was added in Qt 5.7. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtdeclarative-render2d_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtdeclarative-render2d_git.bb b/recipes-qt/qt5/qtdeclarative-render2d_git.bb
new file mode 100644
index 00000000..cb2ee8bb
--- /dev/null
+++ b/recipes-qt/qt5/qtdeclarative-render2d_git.bb
@@ -0,0 +1,12 @@
+require qt5.inc
+require qt5-git.inc
+
+LICENSE = "GPL-3.0 | The-Qt-Company-TPLA-2.4"
+LIC_FILES_CHKSUM = " \
+ file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
+ file://LICENSE.PREVIEW.COMMERCIAL;md5=c458c2ae1b463cca5219eaee54f6287e \
+"
+
+DEPENDS += "qtbase qtdeclarative"
+
+SRCREV = "13a6c51f26128015c0a3c335bdae676b46df6ed6"