aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-04 15:37:05 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-07 11:21:47 +0100
commitd542c62b5af575ecfa6c4e353b1d57c27d3e12c3 (patch)
tree96938f14b025487f9940ffdcba19854a948b9787 /recipes/qt4/qt4-x11-free-gles_git.bb.disabled
parentd27fb2aec799ec77bb645541d7bd3fc9aa63529d (diff)
downloadopenembedded-d542c62b5af575ecfa6c4e353b1d57c27d3e12c3.tar.gz
qt4: Make the gles variants for Embedded and X11 provide the normal variant
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/qt4/qt4-x11-free-gles_git.bb.disabled')
-rw-r--r--recipes/qt4/qt4-x11-free-gles_git.bb.disabled1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-x11-free-gles_git.bb.disabled b/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
index 22db2dfa8d..59778910b5 100644
--- a/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
+++ b/recipes/qt4/qt4-x11-free-gles_git.bb.disabled
@@ -5,6 +5,7 @@ FILESPATHPKG =. "qt4-x11-free-${PV}:qt4-x11-free:"
QT_GLFLAGS = "-opengl es1 -openvg"
require qt4-x11-free.inc
+PROVIDES = "qt4-x11-free"
LICENSE = "LGPLv2.1 GPLv3"
PR = "${INC_PR}.0+gitr${SRCREV}"