ci: install libbluetooth-dev on ubuntu

Test building the bluez5 SPA plugin on ubuntu as well
since it is an important plugin.
This commit is contained in:
Barnabás Pőcze 2023-02-16 20:49:31 +01:00
parent fbd068977c
commit c8260e16d2

View file

@ -77,7 +77,7 @@ include:
.ubuntu: .ubuntu:
variables: variables:
# Update this tag when you want to trigger a rebuild # Update this tag when you want to trigger a rebuild
FDO_DISTRIBUTION_TAG: '2022-01-27.0' FDO_DISTRIBUTION_TAG: '2023-02-16.0'
FDO_DISTRIBUTION_VERSION: '20.04' FDO_DISTRIBUTION_VERSION: '20.04'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
debhelper-compat debhelper-compat
@ -88,6 +88,7 @@ include:
libavfilter-dev libavfilter-dev
libavformat-dev libavformat-dev
libdbus-1-dev libdbus-1-dev
libbluetooth-dev
libglib2.0-dev libglib2.0-dev
libgstreamer1.0-dev libgstreamer1.0-dev
libgstreamer-plugins-base1.0-dev libgstreamer-plugins-base1.0-dev