diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt-mobility_1.2.0.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index ae1769de3a..5758e1e346 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |||
@@ -1,9 +1,11 @@ | |||
1 | HOMEPAGE = "http://qt-project.org/" | 1 | HOMEPAGE = "http://qt-project.org/" |
2 | DEPENDS = "gstreamer util-linux" | 2 | DEPENDS = "gstreamer util-linux" |
3 | 3 | ||
4 | inherit bluetooth | ||
5 | |||
4 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | 6 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ |
5 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" | 7 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}" |
6 | PACKAGECONFIG[bluetooth] = ",,bluez4" | 8 | PACKAGECONFIG[bluez4] = ",,bluez4" |
7 | PACKAGECONFIG[pulseaudio] = ",,pulseaudio" | 9 | PACKAGECONFIG[pulseaudio] = ",,pulseaudio" |
8 | 10 | ||
9 | LICENSE = "LGPLv2.1" | 11 | LICENSE = "LGPLv2.1" |
@@ -65,7 +67,7 @@ maemo5-contacts_enabled = no | |||
65 | maemo5-calendar_enabled = no | 67 | maemo5-calendar_enabled = no |
66 | maemo6-landmarks_enabled = no | 68 | maemo6-landmarks_enabled = no |
67 | bme_enabled = no | 69 | bme_enabled = no |
68 | bluez_enabled = ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', 'yes', 'no', d)} | 70 | bluez_enabled = ${@bb.utils.contains('PACKAGECONFIG', 'bluez4', 'yes', 'no', d)} |
69 | proj_enabled = no | 71 | proj_enabled = no |
70 | gstreamer-photography_enabled = no | 72 | gstreamer-photography_enabled = no |
71 | gstreamer-appsrc_enabled = yes | 73 | gstreamer-appsrc_enabled = yes |