mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pipewire: Link with libatomic on mips/i*86
Fixes src/pipewire-jack.c:4218: undefined reference to `__atomic_store_8' Signed-off-by: Khem Raj <raj.khem@tgmail.com>
This commit is contained in:
@@ -31,6 +31,9 @@ PACKAGECONFIG[pulseaudio] = "-Dpipewire-pulseaudio=true,-Dpipewire-pulseaudio=fa
|
||||
PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd"
|
||||
PACKAGECONFIG[vulkan] = "-Dvulkan=true,-Dvulkan=false,vulkan-loader"
|
||||
|
||||
LDFLAGS_append_mipsarch = " -latomic"
|
||||
LDFLAGS_append_x86 = " -latomic"
|
||||
|
||||
PACKAGES =+ "\
|
||||
${PN}-spa-plugins \
|
||||
${PN}-alsa \
|
||||
|
||||
Reference in New Issue
Block a user