Switch to meson build system
This commit is contained in:
parent
dd441914c2
commit
45dbc2eb06
@ -8,7 +8,10 @@ URL: https://wayland.freedesktop.org/
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel
|
||||
|
||||
%description
|
||||
@ -32,10 +35,11 @@ wayland-protocols.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
@ -46,6 +50,7 @@ wayland-protocols.
|
||||
%changelog
|
||||
* Tue May 04 2021 Kalev Lember <klember@redhat.com> - 1.21-1
|
||||
- Update to 1.21
|
||||
- Switch to meson build system
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user