PPC build fix
This commit is contained in:
parent
62c7b23b98
commit
e208f80a29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user