From 508c582bfa4f1d0e00ea1b1fe92c5ffeae0e91dc Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 27 Jun 2024 15:33:58 +0200 Subject: [PATCH] Only depend on cvt We currently depend on the Xorg server to provide the cvt utility. The tool is also available as a stand-alone package, so depend on that instead of the full server. Backport of https://src.fedoraproject.org/rpms/mutter/c/c5ee7684cbf1aa2442c858646ee5e3348ee9f856 Resolves: https://issues.redhat.com/browse/RHEL-40764 --- mutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutter.spec b/mutter.spec index 9b040a2..a37738b 100644 --- a/mutter.spec +++ b/mutter.spec @@ -70,10 +70,10 @@ BuildRequires: pkgconfig(libpipewire-0.3) >= %{pipewire_version} BuildRequires: pkgconfig(sysprof-capture-4) BuildRequires: sysprof-devel BuildRequires: pkgconfig(libsystemd) -BuildRequires: xorg-x11-server-Xorg BuildRequires: xorg-x11-server-Xvfb BuildRequires: pkgconfig(xkeyboard-config) BuildRequires: desktop-file-utils +BuildRequires: cvt # Bootstrap requirements BuildRequires: gettext-devel git-core BuildRequires: pkgconfig(libcanberra)