diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 6da2287..c42c393 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -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 - 1.21-1 - Update to 1.21 +- Switch to meson build system * Wed Jan 27 2021 Fedora Release Engineering - 1.20-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild