From 155cd2ca6add7be9fd9a33268144cdd2392b8b1d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 22 Feb 2013 09:38:21 +0100 Subject: [PATCH] Fix the build List caribou as a build dep. --- gnome-shell.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 85db10c..1d7191c 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -23,6 +23,7 @@ Patch1: gnome-shell-favourite-apps-firefox.patch %define gnome_menus_version 3.5.3 %define json_glib_version 0.13.2 %define gsettings_desktop_schemas_version 3.7.4 +%define caribou_version 0.4.8 %define libcroco_version 0.6.8 ## Needed when we re-autogen @@ -30,6 +31,7 @@ BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1.10 BuildRequires: gnome-common >= 2.2.0 BuildRequires: libtool >= 1.4.3 +BuildRequires: caribou-devel >= %{caribou_version} BuildRequires: chrpath BuildRequires: clutter-devel >= %{clutter_version} BuildRequires: dbus-glib-devel @@ -92,7 +94,7 @@ Requires: libcroco%{?_isa} >= %{libcroco_version} # needed for schemas Requires: at-spi2-atk%{?_isa} # needed for on-screen keyboard -Requires: caribou%{?_isa} +Requires: caribou%{?_isa} >= %{caribou_version} # needed for the user menu Requires: accountsservice-libs%{?_isa} Requires: gdm-libs%{?_isa}