⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 176526 in webkit


Ignore:
Timestamp:
Nov 24, 2014, 4:05:27 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] update-webkitgtk-libs fails to build fontconfig
https://bugs.webkit.org/show_bug.cgi?id=139032

Patch by Michael Catanzaro <Michael Catanzaro> on 2014-11-24
Reviewed by Martin Robinson.

On Fedora, if docbook-utils is installed but docbook-utils-pdf is not,
fontconfig will try to generate documentation and fail.

  • gtk/install-dependencies:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r176516 r176526  
     12014-11-24  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] update-webkitgtk-libs fails to build fontconfig
     4        https://bugs.webkit.org/show_bug.cgi?id=139032
     5
     6        Reviewed by Martin Robinson.
     7
     8        On Fedora, if docbook-utils is installed but docbook-utils-pdf is not,
     9        fontconfig will try to generate documentation and fail.
     10
     11        * gtk/install-dependencies:
     12
    1132014-11-24  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • trunk/Tools/gtk/install-dependencies

    r175207 r176526  
    335335    # These are dependencies necessary for building the jhbuild.
    336336    yum install \
     337        docbook-utils \
     338        docbook-utils-pdf \
    337339        git \
    338340        gobject-introspection \
Note: See TracChangeset for help on using the changeset viewer.