diff options
author | Felipe F. Tonello <ftonello@cercacor.com> | 2013-03-13 09:49:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:22 +0000 |
commit | 2468bd23f1f37d8adce1a4129e78548ffd8b863e (patch) | |
tree | b00bcd5936de5b4a6ca9837e12a0fe25d1a9ef64 /meta/recipes-qt | |
parent | 1b87b280d6264a3e0d7254c2d745f4ec2e59bcf9 (diff) | |
download | poky-2468bd23f1f37d8adce1a4129e78548ffd8b863e.tar.gz |
qt-mobility: Add pulseaudio dependency if DISTRO_FEATURES has pulseaudio
(From OE-Core rev: 12fc36be5796142b55edde67f1220531bb95cb29)
Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 |
1 files changed, 1 insertions, 1 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 e5e671e7e6..fca4cb0a13 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | HOMEPAGE = "http://qt.nokia.com" | 1 | HOMEPAGE = "http://qt.nokia.com" |
2 | DEPENDS += "pulseaudio" | 2 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" |
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)}" | 3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)}" |
4 | 4 | ||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |