mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd"
|
||||||
PACKAGECONFIG[vulkan] = "-Dvulkan=true,-Dvulkan=false,vulkan-loader"
|
PACKAGECONFIG[vulkan] = "-Dvulkan=true,-Dvulkan=false,vulkan-loader"
|
||||||
|
|
||||||
|
LDFLAGS_append_mipsarch = " -latomic"
|
||||||
|
LDFLAGS_append_x86 = " -latomic"
|
||||||
|
|
||||||
PACKAGES =+ "\
|
PACKAGES =+ "\
|
||||||
${PN}-spa-plugins \
|
${PN}-spa-plugins \
|
||||||
${PN}-alsa \
|
${PN}-alsa \
|
||||||
|
|||||||
Reference in New Issue
Block a user