Drop the versioned gtk-doc dep

... that was added in the previous commit. New gtk-doc 1.19.1 tarball
isn't out yet and we can't build depend on it.

Having a newer gtk-doc isn't essential for the build as the gtk+ source
tarball already includes generated docs and those get used instead.
This commit is contained in:
Kalev Lember 2014-02-05 21:14:45 +01:00
parent d54cc09afa
commit cefd5342ab

View File

@ -9,7 +9,6 @@
%global atk_version 2.7.5
%global cairo_version 1.13.1
%global xrandr_version 1.2.99.4-2
%global gtk_doc_version 1.19.1
%global bin_version 3.0.0
@ -36,7 +35,7 @@ BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
BuildRequires: gtk2-devel
BuildRequires: libXi-devel
BuildRequires: gettext
BuildRequires: gtk-doc >= %{gtk_doc_version}
BuildRequires: gtk-doc
BuildRequires: cups-devel
BuildRequires: libXrandr-devel >= %{xrandr_version}
BuildRequires: libXrender-devel