summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
AgeCommit message (Collapse)Author
2014-03-07qt4-x11-free: workaround QT/EGL mismatch for MX6Javier Viguera
Fix following error: Warning: EGL suggested using X Visual ID 33 (ARGB0888) for EGL config 28 (ARGB0444), but this is incompatable Unable to find an X11 visual which matches EGL config 28 Change-Id: I4b122fdf88a8ddbb54b109587e8c0482311d4cd2 Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-06qt4-x11-free: Enable multi-touch support for i.MX6Lauren Post
Update QT_CONFIG_FLAGS to enable multi-touch adding the QT_QPA_EXPERIMENTAL_TOUCHEVENT flag. Change-Id: Id20a116c119fd5c2915dac7973ef8f4b035942a4 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-11-27qt4: Add include/uapi into headers search path for i.MX6Otavio Salvador
The FSL specific headers, when using the 3.10.9 kernel, are installed in include/uapi so we need to check for them in this directory as well. Change-Id: I207e40caa739dc8fe4cd1b25caf2c0a65cf8ae1c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-09-25qt4: Remove redundant PACKAGE_ARCH settingOtavio Salvador
The PACKAGE_ARCH is now dynamically set for package which depends on GPU libraries. Change-Id: Id16d6160b08ea054d528d0b251031f0532ed2938 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-08-25qt4-x11: Allow use of Qt Media Player in multi-headed systemEric Nelson
This patch applies commit 0c905f15 to X11 builds as well as embedded builds. Since both of the Phonon patches are common to both uses, this patch also moves them into an include file. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
2013-07-20qt4: Enable OpenGL ES2 support for i.MX6Otavio Salvador
The Vivante libraries need some special linking as it has a more modular design which thus require a specific set of mkspec changes to make it to work. This change makes the linking to work when building against Vivante libraries for i.MX6 SoCs. Change-Id: I62a394876829fcd95933cb7351c8333b3bf78dcc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-07-06qt4: Follow OE-Core upgrade to 4.8.5 versionOtavio Salvador
Change-Id: I8a13169e2add1d36aa7f83e7865b954090208a74 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>