diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2012-11-02 05:34:48 +0200 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-11-02 05:34:48 +0200 |
commit | b1c4509ad3cb511b1bee789acb0874bbc8ecb754 (patch) | |
tree | 1dd451a492fdbf9e0244ef063f5d7405037882fd /recipes-multimedia/pulseaudio/pulseaudio_2.1.bbappend | |
parent | 49d75bf927d4e3e0da38f726227356ab523c1e5e (diff) | |
download | meta-ivi-b1c4509ad3cb511b1bee789acb0874bbc8ecb754.tar.gz meta-ivi-b1c4509ad3cb511b1bee789acb0874bbc8ecb754.tar.bz2 meta-ivi-b1c4509ad3cb511b1bee789acb0874bbc8ecb754.zip |
pulseaudio: Rename bbappend due to upgrade in poky
Renamed pulseaudio bbappend to match updated 2.1 version in poky
and removed consolekit elimination patch that has been merged
upstream.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'recipes-multimedia/pulseaudio/pulseaudio_2.1.bbappend')
-rw-r--r-- | recipes-multimedia/pulseaudio/pulseaudio_2.1.bbappend | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-multimedia/pulseaudio/pulseaudio_2.1.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_2.1.bbappend new file mode 100644 index 0000000..278a73c --- /dev/null +++ b/recipes-multimedia/pulseaudio/pulseaudio_2.1.bbappend @@ -0,0 +1,27 @@ +DEPENDS = "libatomics-ops liboil libsamplerate0 libsndfile1 libtool ${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 gtk+', '', d)} \ + udev alsa-lib glib-2.0 dbus ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit', d)} ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)} libjson gdbm speex libxml-parser-perl-native" + +RDEPENDS_pulseaudio-module-systemd-login =+ "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', 'consolekit', d)}" +RDEPENDS_pulseaudio-server = " \ + pulseaudio-module-filter-apply \ + pulseaudio-module-filter-heuristics \ + pulseaudio-module-udev-detect \ + pulseaudio-module-null-sink \ + pulseaudio-module-device-restore \ + pulseaudio-module-stream-restore \ + pulseaudio-module-card-restore \ + pulseaudio-module-augment-properties \ + pulseaudio-module-detect \ + pulseaudio-module-alsa-sink \ + pulseaudio-module-alsa-source \ + pulseaudio-module-alsa-card \ + pulseaudio-module-native-protocol-unix \ + pulseaudio-module-default-device-restore \ + pulseaudio-module-intended-roles \ + pulseaudio-module-rescue-streams \ + pulseaudio-module-always-sink \ + pulseaudio-module-suspend-on-idle \ + pulseaudio-module-${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd-login', 'console-kit', d)} \ + pulseaudio-module-position-event-sounds \ + pulseaudio-module-cork-music-on-phone " + |