diff options
author | Kalev Lember <kalevlember@gmail.com> | 2014-02-05 21:14:45 +0100 |
---|---|---|
committer | Kalev Lember <kalevlember@gmail.com> | 2014-02-05 21:20:49 +0100 |
commit | cefd5342abc1a18a519b47d702bf20ba75ba6c99 (patch) | |
tree | cb66c55ce6d9e4561068746a0d634b31c5633afc | |
parent | Update to 3.11.5 (diff) | |
download | gtk3-classic-build-gtk3-cefd5342abc1a18a519b47d702bf20ba75ba6c99.tar.gz gtk3-classic-build-gtk3-cefd5342abc1a18a519b47d702bf20ba75ba6c99.tar.bz2 gtk3-classic-build-gtk3-cefd5342abc1a18a519b47d702bf20ba75ba6c99.zip |
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.
-rw-r--r-- | gtk3.spec | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |