From e58f310cfb1cb6778ada7a1aef0e8f3a74f27753 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 13 Apr 2021 09:21:41 +0200 Subject: [PATCH] Avoid a few build deps No need to pull in chrpath, gnome-common and full git (git-core is sufficient to apply patches). --- mutter.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mutter.spec b/mutter.spec index bebfb56..ee59296 100644 --- a/mutter.spec +++ b/mutter.spec @@ -33,7 +33,6 @@ Patch3: egl-surface-fixes.patch # Fix enter, space, backspace keys not working with input methods Patch4: 1802.patch -BuildRequires: chrpath BuildRequires: pango-devel BuildRequires: startup-notification-devel BuildRequires: gnome-desktop3-devel @@ -74,7 +73,7 @@ BuildRequires: xkeyboard-config-devel BuildRequires: zenity BuildRequires: desktop-file-utils # Bootstrap requirements -BuildRequires: gtk-doc gnome-common gettext-devel git +BuildRequires: gtk-doc gettext-devel git-core BuildRequires: libcanberra-devel BuildRequires: gsettings-desktop-schemas-devel >= %{gsettings_desktop_schemas_version} BuildRequires: gnome-settings-daemon-devel