From 9f1ce43fa1bdd3952ccf510cb648ebe9e0e8aac2 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 20 Aug 2015 09:10:16 +0100 Subject: packagegroup-qt*-toolchain-target: fix hard dependency on phonon library Having disabled phonon by default in Qt4 we need to ensure this packagegroup is still buildable when it's not available. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-qt') 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} += " \ packagegroup-core-standalone-sdk-target \ qt4${QTLIBPREFIX}-mkspecs \ libqt${QTLIBPREFIX}multimedia4-dev \ - libqt${QTLIBPREFIX}phonon4-dev \ libqt${QTLIBPREFIX}3support4-dev \ libqt${QTLIBPREFIX}clucene4-dev \ libqt${QTLIBPREFIX}core4-dev \ @@ -34,3 +33,7 @@ RDEPENDS_${PN} += " \ libsqlite3-dev \ expat-dev \ " + +RRECOMMENDS_${PN} += " \ + libqt${QTLIBPREFIX}phonon4-dev \ + " -- cgit 1.2.3-korg