From patchwork Fri Nov 18 15:03:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,0/1] Disable pulseaudio in Qt4 Date: Fri, 18 Nov 2011 15:03:40 -0000 From: Paul Eggleton X-Patchwork-Id: 15139 Message-Id: To: openembedded-core@lists.openembedded.org We had a failure on the autobuilder because qt4-x11-free detected pulseaudio was present but then since it wasn't listed in DEPENDS, when it came to compile time pulseaudio happened to be unavailable and the build failed. At first I just added pulseaudio to DEPENDS but then I considered that it becomes a hard runtime dependency of phonon when it is enabled and many will not want that. So I'm making this an RFC, please comment. The following changes since commit 0a815e889d056f44af1ada623b4b2edcb699693a: mesa: fix calling host's commands (2011-11-18 14:37:09 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/qt4-pulseaudio http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qt4-pulseaudio Paul Eggleton (1): qt4: disable pulseaudio meta/recipes-qt/qt4/files/pulseaudio-config.patch | 31 +++++++++++++++++++++ meta/recipes-qt/qt4/qt-4.7.4.inc | 3 +- meta/recipes-qt/qt4/qt4-embedded_4.7.4.bb | 2 +- meta/recipes-qt/qt4/qt4-x11-free_4.7.4.bb | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-qt/qt4/files/pulseaudio-config.patch