build: Expose absl as a dependency of webrtc-audio-processing
This is needed because the audio processing header references abseil's optional.h. Clean up the declared dependencies while we're at it. Fixes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/34
This commit is contained in:
@ -211,9 +211,3 @@ libwebrtc_audio_processing = library(apm_project_name,
|
||||
soversion: apm_minor_version,
|
||||
install: true
|
||||
)
|
||||
|
||||
webrtc_audio_processing_dep = declare_dependency(
|
||||
link_with: libwebrtc_audio_processing,
|
||||
include_directories: webrtc_inc,
|
||||
version: apm_version
|
||||
)
|
||||
|
Reference in New Issue
Block a user