From afa87d93a37b3b86821a70276e0c7564b4aaaa41 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 27 Dec 2013 18:53:21 -0800 Subject: [PATCH] hardcode the mutter-wayland dep for now to get a build through --- gnome-shell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 3f8b5af..1e61bf1 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -64,7 +64,10 @@ BuildRequires: libXfixes-devel >= 5.0 # used in unused BigThemeImage BuildRequires: librsvg2-devel BuildRequires: mutter-devel >= %{mutter_version} -BuildRequires: mutter-wayland-devel >= %{mutter_version} +# Hack to allow build to go through while there is no clutter 1.17 +# Should be %{mutter_version}, restore when we can build mutter-wayland +# again - adamw 2013/12 +BuildRequires: mutter-wayland-devel >= 3.11.1 BuildRequires: pulseaudio-libs-devel %ifnarch s390 s390x ppc ppc64 ppc64p7 BuildRequires: gnome-bluetooth-libs-devel >= %{gnome_bluetooth_version}