contrib/rpm: use meson by default for builds on rawhide

As part of our plan to deprecate autotools, we will now be using meson
by default to build NM releases on Rawhide.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1905
This commit is contained in:
Jan Vaclav
2024-03-25 13:53:52 +01:00
parent cb9a3bdf0c
commit 38c799d883

View File

@@ -48,8 +48,11 @@
%global systemd_units_cloud_setup nm-cloud-setup.service nm-cloud-setup.timer %global systemd_units_cloud_setup nm-cloud-setup.service nm-cloud-setup.timer
############################################################################### ###############################################################################
%if 0%{?fedora} > 40
%bcond_without meson
%else
%bcond_with meson %bcond_with meson
%endif
%bcond_without adsl %bcond_without adsl
%bcond_without bluetooth %bcond_without bluetooth
%bcond_without wwan %bcond_without wwan