diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-02-28 17:36:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-02 16:13:04 +0000 |
commit | b82c216c1ee8e2a009e87856b7adad08f7f50482 (patch) | |
tree | 07113da88c71e187282816f8a5a7deb2637c0a3e /meta/conf/bitbake.conf | |
parent | a60432ff4588390f5f955a6da234298e958546e6 (diff) | |
download | openembedded-core-b82c216c1ee8e2a009e87856b7adad08f7f50482.tar.gz openembedded-core-b82c216c1ee8e2a009e87856b7adad08f7f50482.tar.bz2 openembedded-core-b82c216c1ee8e2a009e87856b7adad08f7f50482.zip |
qt4: make pulseaudio support conditional upon DISTRO_FEATURES
Add a pulseaudio DISTRO_FEATURES item and disable pulseaudio support in
phonon within Qt4 if it is not present; otherwise it is a race condition
as to whether it is enabled or disabled or breaks the build.
Note that this adds pulseaudio to DISTRO_FEATURES_BACKFILL thus leaving
existing distro configurations unaffected.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f67bf5073e..18879c82fe 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -700,7 +700,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" -DISTRO_FEATURES_BACKFILL = "" +DISTRO_FEATURES_BACKFILL = "pulseaudio" DISTRO_FEATURES_append = "${@oe.utils.distro_features_backfill(d)}" COMBINED_FEATURES = "\ |