diff options
| author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-09-02 16:58:37 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:43:24 +0200 |
| commit | 4656ab3636c099906989e0d923e1ac7a8ffe7b31 (patch) | |
| tree | 8688a5f50769affe1bdef4601c827f5626fa519a | |
| parent | aa413ccc067000459795854ed74993068b36d64c (diff) | |
| download | meta-qt5-4656ab3636c099906989e0d923e1ac7a8ffe7b31.tar.gz | |
qt5-opengles2-test: Add recipe
This brings back the qt5-opengles2-test. I cloned the vanished
repository, as it is a handy and small test application. We use it for
our embedded boards.
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | recipes-qt/examples/qt5-opengles2-test_git.bb | 19 |
1 files changed, 19 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..5da25dc9 --- /dev/null +++ b/recipes-qt/examples/qt5-opengles2-test_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Qt5 OpenGL ES 2.0 Test Application" | ||
| 2 | DESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering \ | ||
| 3 | in a simple QWindow, plus multi-touch input, window orientation, window \ | ||
| 4 | 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.4+gitr${SRCPV}" | ||
| 9 | |||
| 10 | DEPENDS = "qtbase qtsensors" | ||
| 11 | |||
| 12 | # Depends on gles2 enabled and that's not default configuration | ||
| 13 | EXCLUDE_FROM_WORLD = "1" | ||
| 14 | |||
| 15 | SRC_URI = "git://github.com/smk-embedded/qt5-opengles2-test.git" | ||
| 16 | SRCREV = "938390507054ed1258345f70ed55770d2fe56176" | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | inherit qmake5 | ||
