From 2b9990f1500678befeb557f412eb41a49450ae8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 19 Mar 2023 13:09:10 +0100 Subject: [PATCH] Add missing build dependency Meson now checks for glib-compile-schemas, so include that at build time (even though it's unused when using DESTDIR) --- gnome-shell-extensions.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index 1cdc418..31a8726 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -17,6 +17,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{major_version}/%{name} BuildRequires: meson BuildRequires: git BuildRequires: gettext >= 0.19.6 +BuildRequires: glib2%{?_isa} Requires: gnome-shell >= %{min_gs_version} BuildArch: noarch