summaryrefslogtreecommitdiff
path: root/recipes/qt4/qt4-x11-free-gles_4.6.3.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-07-28 16:19:19 +0200
committerKoen Kooi <koen@openembedded.org>2010-07-28 16:20:30 +0200
commit09a3ed0a8581b58dcfa97029ffb912e87a9ebea2 (patch)
tree7f512df8292c594cb2a73f63b126a8155587c4cf /recipes/qt4/qt4-x11-free-gles_4.6.3.bb
parent05208f675102695a2c761929e3b090c8cfc2524f (diff)
qt4: add WIP 4.6.3 recipes (only tested upto do_patch)
Diffstat (limited to 'recipes/qt4/qt4-x11-free-gles_4.6.3.bb')
-rw-r--r--recipes/qt4/qt4-x11-free-gles_4.6.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-x11-free-gles_4.6.3.bb b/recipes/qt4/qt4-x11-free-gles_4.6.3.bb
new file mode 100644
index 0000000000..307770f0dc
--- /dev/null
+++ b/recipes/qt4/qt4-x11-free-gles_4.6.3.bb
@@ -0,0 +1,16 @@
+require qt4-x11-free.inc
+PR = "${INC_PR}.7"
+
+QT_GLFLAGS = "-opengl es2 -depths 16,24,32 "
+
+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"