All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-kde][PATCH] qt4-x11-free 4.8.0 bbappend: fix GLES configure switch and turn it on for AM335x SoCs as well
@ 2012-04-23 14:25 Koen Kooi
  2012-04-23 15:28 ` Samuel Stirtzel
  2012-04-23 15:46 ` Paul Eggleton
  0 siblings, 2 replies; 7+ messages in thread
From: Koen Kooi @ 2012-04-23 14:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 recipes-misc-support/qt4-x11-free_4.8.0.bbappend |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes-misc-support/qt4-x11-free_4.8.0.bbappend b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend
index b5a3c16..4895893 100644
--- a/recipes-misc-support/qt4-x11-free_4.8.0.bbappend
+++ b/recipes-misc-support/qt4-x11-free_4.8.0.bbappend
@@ -1,7 +1,8 @@
-QT_GLFLAGS_omap3 = "-egl"
+QT_GLFLAGS_omap3 = "-opengl es2 "
 DEPENDS_append_omap3 = " libgles-omap3"
+DEPENDS_append_ti33x = " libgles-omap3"
 
 # Needed by kdelibs
 QT_DISTRO_FLAGS = "-accessibility -sm"
 
-PRINC := "${@int(PRINC) + 1}"
\ No newline at end of file
+PRINC := "${@int(PRINC) + 2}"
-- 
1.7.7.6




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-04-24 14:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 14:25 [meta-kde][PATCH] qt4-x11-free 4.8.0 bbappend: fix GLES configure switch and turn it on for AM335x SoCs as well Koen Kooi
2012-04-23 15:28 ` Samuel Stirtzel
2012-04-23 15:46 ` Paul Eggleton
2012-04-23 19:39   ` Koen Kooi
2012-04-23 21:16     ` Paul Eggleton
2012-04-24 13:54       ` Samuel Stirtzel
2012-04-24 14:21         ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.