Switch to the meson build system
This commit is contained in:
parent
c706e4e3a7
commit
13901fe7f7
@ -11,6 +11,7 @@ Patch0: move-adwaita-backgrounds.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
# Make sure both gnome-backgrounds and -extras get installed on upgrades
|
||||
Obsoletes: gnome-backgrounds < 3.24.0-3
|
||||
|
||||
@ -34,11 +35,11 @@ which are packaged with the GNOME desktop.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user