mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
pipewire: upgrade 0.3.59 -> 0.3.60
- switch PIPEWIRE_SESSION_MANAGER to wireplumber by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
df4149181a
commit
f399aebbe3
|
|
@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \
|
|||
|
||||
DEPENDS = "dbus ncurses"
|
||||
|
||||
SRCREV = "f54a72fd9a67eeb8d1502d6d75979dbddb00fdf2"
|
||||
SRCREV = "38382d002d0905d60a964fc84dcaf4f8b507a473"
|
||||
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
@ -76,7 +76,7 @@ CFLAGS:append = " -Wno-typedef-redefinition"
|
|||
# According to wireplumber documentation only one session manager should be installed at a time
|
||||
# Possible options are media-session, which has fewer dependencies but is very simple,
|
||||
# or wireplumber, which is more powerful.
|
||||
PIPEWIRE_SESSION_MANAGER ??= "media-session"
|
||||
PIPEWIRE_SESSION_MANAGER ??= "wireplumber"
|
||||
|
||||
FFMPEG_AVAILABLE = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'ffmpeg', '', d)}"
|
||||
BLUETOOTH_AAC = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'bluez-aac', '', d)}"
|
||||
Loading…
Reference in New Issue
Block a user