Adapt to gtk api change

This commit is contained in:
Matthias Clasen
2012-01-19 19:47:29 -05:00
parent d0e9fdccd8
commit ceee3b9ffb
2 changed files with 18 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ License: GPLv2+
#VCS: git:git://git.gnome.org/mutter
Source0: http://download.gnome.org/sources/%{name}/3.3/%{name}-%{version}.tar.xz
# upstream fix
Patch0: mutter-backdrop.patch
BuildRequires: clutter-devel >= 1.7.5
BuildRequires: pango-devel
BuildRequires: startup-notification-devel
@@ -59,6 +62,7 @@ utilities for testing Metacity/Mutter themes.
%prep
%setup -q
%patch0 -p1
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;