build: Use cmake to look up abseil dependency
This should be much more robust than looking up the library directly. Fixes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/4
This commit is contained in:
@ -19,7 +19,7 @@ variables:
|
||||
# CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES.
|
||||
# The tag is an arbitrary string that identifies the exact container
|
||||
# contents.
|
||||
BASE_TAG: '2020-11-27.1'
|
||||
BASE_TAG: '2020-12-10.1'
|
||||
FDO_DISTRIBUTION_VERSION: '20.10'
|
||||
FDO_UPSTREAM_REPO: 'pulseaudio/webrtc-audio-processing'
|
||||
|
||||
@ -43,6 +43,7 @@ include:
|
||||
FDO_DISTRIBUTION_PACKAGES: >-
|
||||
g++
|
||||
gcc
|
||||
cmake
|
||||
libabsl-dev
|
||||
meson
|
||||
ninja-build
|
||||
|
Reference in New Issue
Block a user