From b610b316d431f832086782a27ec9d872814a0e86 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 18 Mar 2011 20:41:06 +0100 Subject: [PATCH] qt4-x11-free: fix up GLES recipe As with the 4.6.x version, this will only build if you don't have regular qt/x11 in staging. If you do, you will get QGL:: link failures. Signed-off-by: Koen Kooi --- recipes/qt4/qt4-x11-free-gles_4.7.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/qt4/qt4-x11-free-gles_4.7.2.bb b/recipes/qt4/qt4-x11-free-gles_4.7.2.bb index 70699cef3c..c5fd6f30ea 100644 --- a/recipes/qt4/qt4-x11-free-gles_4.7.2.bb +++ b/recipes/qt4/qt4-x11-free-gles_4.7.2.bb @@ -1,5 +1,7 @@ +DEFAULT_PREFERENCE = "-1" + require qt4-x11-free.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.7" QT_GLFLAGS = "-opengl es2 -depths 16,24,32 " -- 2.39.5