From 53035dd01ce822ceb03cf795bbe9f37e4d4213e9 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 18 Jan 2022 20:08:22 +0100 Subject: [PATCH] Drop disable-static from meson command line It was never supported, but in Fedora 36 extraneous options cause an error instead of a warning, breaking the build. --- libnma.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libnma.spec b/libnma.spec index a34f1fd..8399e11 100644 --- a/libnma.spec +++ b/libnma.spec @@ -95,7 +95,6 @@ files to be used for integrating GUI tools with NetworkManager. %build %meson \ -Dgcr=true \ - -Ddisable-static=true \ -Dvapi=false \ %if %{with libnma_gtk4} -Dlibnma_gtk4=true