summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/examples/qt5-opengles2-test_git.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb
deleted file mode 100644
index 10c0aed0..00000000
--- a/recipes-qt/examples/qt5-opengles2-test_git.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1SUMMARY = "Qt5 OpenGL ES 2.0 Test Application"
2DESCRIPTION = "This application is used to test OpenGL ES 2.0 rendering in \ \
3a simple QWindow, plus multi-touch input, window orientation, \
4window focus handling and some other game-related features."
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${WORKDIR}/git/main.cpp;beginline=1;endline=26;md5=93b83ece006c9e76b9fca80c3aecb169"
7
8PV = "1.0.4+gitr${SRCPV}"
9
10DEPENDS = "qtbase qtsensors"
11
12# Depends on gles2 enabled and that's not default configuration
13EXCLUDE_FROM_WORLD = "1"
14
15SRC_URI = "git://github.com/thp/qt5-opengles2-test.git"
16SRCREV = "938390507054ed1258345f70ed55770d2fe56176"
17S = "${WORKDIR}/git"
18
19inherit qmake5