ci: do not install libv4l

`libv4l` has not been necessary for a long time, so drop it.
This commit is contained in:
Barnabás Pőcze 2025-05-10 17:08:08 +02:00 committed by Wim Taymans
parent 2420c3a8c8
commit 09a5b7ee35

View file

@ -35,7 +35,7 @@ include:
.fedora: .fedora:
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: '2025-04-06.1' FDO_DISTRIBUTION_TAG: '2025-05-10.0'
FDO_DISTRIBUTION_VERSION: '41' FDO_DISTRIBUTION_VERSION: '41'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
alsa-lib-devel alsa-lib-devel
@ -64,7 +64,6 @@ include:
libubsan libubsan
libusb1-devel libusb1-devel
lilv-devel lilv-devel
libv4l-devel
libva-devel libva-devel
libX11-devel libX11-devel
ModemManager-devel ModemManager-devel
@ -101,7 +100,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: '2025-03-25.0' FDO_DISTRIBUTION_TAG: '2025-05-10.0'
FDO_DISTRIBUTION_VERSION: '22.04' FDO_DISTRIBUTION_VERSION: '22.04'
FDO_DISTRIBUTION_PACKAGES: >- FDO_DISTRIBUTION_PACKAGES: >-
debhelper-compat debhelper-compat
@ -122,7 +121,6 @@ include:
libsnapd-glib-dev libsnapd-glib-dev
libudev-dev libudev-dev
libva-dev libva-dev
libv4l-dev
libx11-dev libx11-dev
meson meson
ninja-build ninja-build