diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-18 14:24:52 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-18 14:24:52 +0200 |
commit | b7074abfc55005ff3dd331e811384a19425e335e (patch) | |
tree | 3b2c6e9b8b17aab6b85dbe94b194a7e94fe79161 /_to_remove/meta-speech-framework/meta-aac/recipes-modules/aac-module-system-audio/aac-module-system-audio.bbappend | |
parent | 8310c09541833f8a5d7f580830f63989a9789257 (diff) |
WIP: rm appfw
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I803dd18184338a1f5519af27136e1d5a58ee9369
Diffstat (limited to '_to_remove/meta-speech-framework/meta-aac/recipes-modules/aac-module-system-audio/aac-module-system-audio.bbappend')
-rw-r--r-- | _to_remove/meta-speech-framework/meta-aac/recipes-modules/aac-module-system-audio/aac-module-system-audio.bbappend | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_to_remove/meta-speech-framework/meta-aac/recipes-modules/aac-module-system-audio/aac-module-system-audio.bbappend b/_to_remove/meta-speech-framework/meta-aac/recipes-modules/aac-module-system-audio/aac-module-system-audio.bbappend new file mode 100644 index 00000000..7417b494 --- /dev/null +++ b/_to_remove/meta-speech-framework/meta-aac/recipes-modules/aac-module-system-audio/aac-module-system-audio.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +# Needed for the required gstreamer-app-1.0 pkgconfig bits +DEPENDS += "gstreamer1.0-plugins-base" + +AAC_PATCHES += "file://0001-update-pipewire-gstreamer-plugins.patch" + +# Need to enable PipeWire support +EXTRA_OECMAKE += "-DUSE_PIPEWIRE=1" + +# Pull static library into appropriate package to avoid a QA error +FILES:${PN}-staticdev += "${AAC_PREFIX}/lib/libaal.a" |