Run autogen for the g-i patch

This commit is contained in:
Bastien Nocera 2010-09-20 14:59:15 +01:00
parent 7da5f6e9a8
commit f86607710a

View File

@ -23,6 +23,7 @@ Patch0: system-python.patch
# http://git.gnome.org/browse/gtk+/patch/?id=bf2a7ee1b6c17129861df2e9816d453d4870d5c8
Patch1: lower-gi-deps.patch
BuildRequires: gnome-common autoconf automake intltool gettext
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: glib2-devel >= %{glib2_version}
@ -111,6 +112,10 @@ widget toolkit.
%patch1 -p1 -b .lower-gi-deps
%build
# For the gobject-introspection patch
rm -f configure
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--with-xinput \