From 1b49585ff1b9f20f57d86276f03d564aacc80db3 Mon Sep 17 00:00:00 2001 From: Dmitry Cherukhin Date: Thu, 6 Oct 2011 15:56:19 +0200 Subject: qt4: Added support for QtMobility 1.2 The QtMobility is a Qt add-on which allows to include standard mobile functionality to Qt applications. For details, see http://qt.nokia.com/products/qt-addons/mobility/ The patch is intended to add support for the QtMobility 1.2 package to OE. Added two recipes: 1) qt-mobility-x11 builds the QtMobility 1.2 package on the basis of Qt/X11 using the qt4-x11-free package; 2) qt-mobility-embedded builds the QtMobility 1.2 package on the basis of Qt/Embedded using the qt4-embedded package. (From OE-Core rev: 5395ab6dc7cf3f1e1fd082b28cef50001d235750) Signed-off-by: Dmitry Cherukhin Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb (limited to 'meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb') diff --git a/meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb b/meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb new file mode 100644 index 0000000000..cd7d5b5897 --- /dev/null +++ b/meta/recipes-qt/qt4/qt-mobility-x11_1.2.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Qt Mobility 1.2.0 - version for Qt/X11" +DEPENDS = "qt4-x11-free" +SECTION = "x11/libs" +qtm_embedded := "" +qtm_dir = "qt4" +qtm_glflags := "${@base_contains('DISTRO_FEATURES', 'opengl', '+=opengl', '-=opengl', d)} " +qtm_extra_config := "" + +inherit qt4x11 +require qt-mobility_${PV}.inc -- cgit v1.2.3-54-g00ecf