blob: 35847170df87a0909e844d4f0e31dc5109502e4d (
plain)
1
2
3
4
5
6
7
8
|
# Needed for the required gstreamer-app-1.0 pkgconfig bits
DEPENDS += "gstreamer1.0-plugins-base"
# 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"
|