From c9e566f8aa9372bd767203848c06a5f2f8d20d09 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 14 Mar 2024 08:50:38 +0400 Subject: [PATCH] Fix snap build Qt has removed support for kernels less than 4.11 by removing the -no-feature-statx flag. Remove the usage all the related flags. --- snap/snapcraft.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f869d7697..a4ef1f060 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -512,10 +512,6 @@ parts: -release \ -opensource \ -confirm-license \ - -no-feature-getentropy \ - -no-feature-renameat2 \ - -no-feature-statx \ - -no-feature-egl-extension-platform-wayland \ -openssl-linked \ -nomake examples \ -nomake tests