From 109e1b90ec072be6e625b8afb68c6cf5a245d130 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 27 Nov 2014 13:41:47 +0100 Subject: qt4 bbappend: add dependencies to OpenGL ES2 Since we explicitly ask to build Qt for OpenGL ES2, we should also make OpenGL ES2 as a explicit dependency. --- recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-qt') diff --git a/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend b/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend index 9400162..e7fb178 100644 --- a/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend +++ b/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend @@ -3,3 +3,7 @@ QT_GLFLAGS_colibri-t20 = "-opengl es2 " QT_GLFLAGS_colibri-t30 = "-opengl es2 " QT_GLFLAGS_apalis-t30 = "-opengl es2 " + +DEPENDS_colibri-t20 += "virtual/libgles2" +DEPENDS_colibri-t30 += "virtual/libgles2" +DEPENDS_apalis-t30 += "virtual/libgles2" -- cgit v1.2.3