blob: 7417b49469cf44202197889915039d5eec939da9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|