diff options
-rw-r--r-- | recipes-qt/examples/qt5-opengles2-test_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/examples/qt5-opengles2-test_git.bb b/recipes-qt/examples/qt5-opengles2-test_git.bb index 0b201d27..0756e622 100644 --- a/recipes-qt/examples/qt5-opengles2-test_git.bb +++ b/recipes-qt/examples/qt5-opengles2-test_git.bb | |||
@@ -9,6 +9,9 @@ PV = "1.0.2+gitr${SRCPV}" | |||
9 | 9 | ||
10 | DEPENDS = "qtbase" | 10 | DEPENDS = "qtbase" |
11 | 11 | ||
12 | # Depends on gles2 enabled and that's not default configuration | ||
13 | EXCLUDE_FROM_WORLD = "1" | ||
14 | |||
12 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" | 15 | SRC_URI = "git://github.com/thp/qt5-opengles2-test.git" |
13 | SRCREV = "9500c00a7094a881e53afd71146d76d40834df45" | 16 | SRCREV = "9500c00a7094a881e53afd71146d76d40834df45" |
14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |