From 45dbc2eb06947d5eeaedb20efbfde57312599e08 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 4 May 2021 11:34:25 +0200 Subject: [PATCH] Switch to meson build system --- wayland-protocols.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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