From: Koen Kooi Date: Fri, 18 Mar 2011 19:41:06 +0000 (+0100) Subject: qt4-x11-free: fix up GLES recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b610b316d431f832086782a27ec9d872814a0e86;p=openembedded.git 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 --- 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 "