On Tue, Mar 19, 2013 at 6:54 PM, <[email protected]> wrote: > From: "Felipe F. Tonello" <[email protected]> > > Signed-off-by: Felipe F. Tonello <[email protected]> > --- > meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 e5e671e..fca4cb0 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 @@ > HOMEPAGE = "http://qt.nokia.com" > -DEPENDS += "pulseaudio" > +DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', > '', d)}" > DEPENDS += "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', > d)}"
Is it possible to explicitly enable/disable pulseaudio support? -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
