From c8260e16d24a11b30417737e273603aefa401124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Thu, 16 Feb 2023 20:49:31 +0100 Subject: [PATCH] ci: install libbluetooth-dev on ubuntu Test building the bluez5 SPA plugin on ubuntu as well since it is an important plugin. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61fbfafba..88ed826c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ include: .ubuntu: variables: # 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_PACKAGES: >- debhelper-compat @@ -88,6 +88,7 @@ include: libavfilter-dev libavformat-dev libdbus-1-dev + libbluetooth-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev