From fba63ed00f92f939529bd1fd1f47a8d715f8bea8 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 16 Feb 2010 10:47:02 +0100 Subject: qt4: add 4.6.2 * fix 4.6.1 references in 4.6.0 files as well * make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking --- recipes/qt4/qt4-x11-free-gles_4.6.2.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/qt4/qt4-x11-free-gles_4.6.2.bb (limited to 'recipes/qt4/qt4-x11-free-gles_4.6.2.bb') diff --git a/recipes/qt4/qt4-x11-free-gles_4.6.2.bb b/recipes/qt4/qt4-x11-free-gles_4.6.2.bb new file mode 100644 index 0000000000..0f9140cc03 --- /dev/null +++ b/recipes/qt4/qt4-x11-free-gles_4.6.2.bb @@ -0,0 +1,18 @@ +require qt4-x11-free.inc +PR = "${INC_PR}.3" + +QT_GLFLAGS = "-opengl es2 -openvg" + +require qt-${PV}.inc + +QT_CONFIG_FLAGS += " \ + -no-embedded \ + -xrandr \ + -x11" + +FILESPATHPKG .= ":qt4-x11-free-${PV}:qt4-x11-free" + +DEPENDS += "virtual/egl" +PROVIDES += "qt4-x11-free" + + -- cgit v1.2.3