mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 03:10:16 +01:00
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:
parent
cb9a3bdf0c
commit
38c799d883
1 changed files with 5 additions and 2 deletions
|
|
@ -48,8 +48,11 @@
|
|||
%global systemd_units_cloud_setup nm-cloud-setup.service nm-cloud-setup.timer
|
||||
|
||||
###############################################################################
|
||||
|
||||
%bcond_with meson
|
||||
%if 0%{?fedora} > 40
|
||||
%bcond_without meson
|
||||
%else
|
||||
%bcond_with meson
|
||||
%endif
|
||||
%bcond_without adsl
|
||||
%bcond_without bluetooth
|
||||
%bcond_without wwan
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue