mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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. (From OE-Core rev: 9f1ce43fa1bdd3952ccf510cb648ebe9e0e8aac2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0f425669b7
commit
e062f01d5f
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user