PPC build fix

This commit is contained in:
Bastien Nocera 2009-07-17 19:07:09 +00:00
parent 62c7b23b98
commit e208f80a29

View File

@ -19,6 +19,9 @@ BuildRequires: libXdamage-devel gettext gtk-doc
BuildRequires: gobject-introspection-devel >= 0.6.3
BuildRequires: gir-repository-devel
Patch0: clutter-fix-dolt-check.patch
BuildRequires: automake autoconf libtool
%description
Clutter is an open source software library for creating fast,
visually rich graphical user interfaces. The most obvious example
@ -56,6 +59,8 @@ This package contains documentation for clutter.
%setup -q
%build
aclocal -Ibuild/autotools
autoreconf
%configure --enable-gtk-doc --enable-introspection
make
# FIXME parallel make is disabled for now