diff options
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc index 02a032658d..e09782dab4 100644 --- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc +++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | |||
@@ -11,7 +11,6 @@ RDEPENDS_${PN} += " \ | |||
11 | packagegroup-core-standalone-sdk-target \ | 11 | packagegroup-core-standalone-sdk-target \ |
12 | qt4${QTLIBPREFIX}-mkspecs \ | 12 | qt4${QTLIBPREFIX}-mkspecs \ |
13 | libqt${QTLIBPREFIX}multimedia4-dev \ | 13 | libqt${QTLIBPREFIX}multimedia4-dev \ |
14 | libqt${QTLIBPREFIX}phonon4-dev \ | ||
15 | libqt${QTLIBPREFIX}3support4-dev \ | 14 | libqt${QTLIBPREFIX}3support4-dev \ |
16 | libqt${QTLIBPREFIX}clucene4-dev \ | 15 | libqt${QTLIBPREFIX}clucene4-dev \ |
17 | libqt${QTLIBPREFIX}core4-dev \ | 16 | libqt${QTLIBPREFIX}core4-dev \ |
@@ -34,3 +33,7 @@ RDEPENDS_${PN} += " \ | |||
34 | libsqlite3-dev \ | 33 | libsqlite3-dev \ |
35 | expat-dev \ | 34 | expat-dev \ |
36 | " | 35 | " |
36 | |||
37 | RRECOMMENDS_${PN} += " \ | ||
38 | libqt${QTLIBPREFIX}phonon4-dev \ | ||
39 | " | ||