Run autogen for the g-i patch
This commit is contained in:
parent
7da5f6e9a8
commit
f86607710a
@ -23,6 +23,7 @@ Patch0: system-python.patch
|
|||||||
|
|
||||||
# http://git.gnome.org/browse/gtk+/patch/?id=bf2a7ee1b6c17129861df2e9816d453d4870d5c8
|
# http://git.gnome.org/browse/gtk+/patch/?id=bf2a7ee1b6c17129861df2e9816d453d4870d5c8
|
||||||
Patch1: lower-gi-deps.patch
|
Patch1: lower-gi-deps.patch
|
||||||
|
BuildRequires: gnome-common autoconf automake intltool gettext
|
||||||
|
|
||||||
BuildRequires: atk-devel >= %{atk_version}
|
BuildRequires: atk-devel >= %{atk_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -111,6 +112,10 @@ widget toolkit.
|
|||||||
%patch1 -p1 -b .lower-gi-deps
|
%patch1 -p1 -b .lower-gi-deps
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
# For the gobject-introspection patch
|
||||||
|
rm -f configure
|
||||||
|
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
%configure $CONFIGFLAGS \
|
%configure $CONFIGFLAGS \
|
||||||
--with-xinput \
|
--with-xinput \
|
||||||
|
Loading…
Reference in New Issue
Block a user