mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
pulseaudio: enable bluetooth support
(From OE-Core rev: 366286262ef78061f37f691a1014becd75096b3d) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b1bc84c6e
commit
1a19f82789
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
|
||||
file://src/pulsecore/vector.h;beginline=1;endline=21;md5=1b561f0a2ca47b1fa49862a6ccaacff1"
|
||||
DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool virtual/libx11"
|
||||
# optional
|
||||
DEPENDS += "udev alsa-lib glib-2.0 dbus consolekit"
|
||||
DEPENDS += "bluez4 udev alsa-lib glib-2.0 dbus consolekit"
|
||||
|
||||
SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz \
|
||||
file://gcc4-compile-fix.patch;patch=1 \
|
||||
@@ -19,7 +19,7 @@ inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--disable-lynx \
|
||||
--disable-bluez \
|
||||
--enable-bluez \
|
||||
--disable-polkit \
|
||||
--with-x \
|
||||
--without-jack \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
|
||||
DEPENDS += "gdbm speex"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
DEPENDS += "gdbm speex"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user