diff options
-rw-r--r-- | recipes-qt/examples/qt5-opengles2-test_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb new file mode 100644 index 00000000..0b201d27 --- /dev/null +++ b/recipes-qt/examples/qt5-opengles2-test_git.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "Qt5 OpenGL ES 2.0 Test Application" | ||
2 | DESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering in \ \ | ||
3 | a simple QWindow, plus multi-touch input, window orientation, \ | ||
4 | window focus handling and some other game-related features." | ||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169" | ||
7 | |||
8 | PV = "1.0.2+gitr${SRCPV}" | ||
9 | |||
10 | DEPENDS = "qtbase" | ||
11 | |||
12 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" | ||
13 | SRCREV = "9500c00a7094a881e53afd71146d76d40834df45" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit qmake5 | ||