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:
Arun Raghavan
2023-08-13 12:36:58 -04:00
parent 92a4765a7e
commit bc401b3cbf
3 changed files with 16 additions and 17 deletions

View File

@ -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
)