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.
This commit is contained in:
Lubomir Rintel 2022-01-18 20:08:22 +01:00
parent 6b4e620605
commit 53035dd01c
1 changed files with 0 additions and 1 deletions

View File

@ -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