From 10c64b2013a158a1b5bf6968a4938fb3520e4090 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 6 Feb 2023 13:15:26 +0000 Subject: Exclude gstreamer1.0-vaapi. It causes problems on systems that don't have Intel GPUs. --- config/build.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/build.cfg b/config/build.cfg index 74f75b2..6db16db 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -159,6 +159,9 @@ my $config = { 'efax', 'nvidia-nsight', + # This causes problems on systems without Intel GPUs. + 'gstreamer1.0-vaapi', + if_($has_gnome, 'gnome-builder', 'gnome-boxes', # Conflicts with task-printing -- cgit v1.2.1