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

Changeset 248465 in webkit


Ignore:
Timestamp:
Aug 9, 2019, 7:54:33 AM (7 years ago)
Author:
Claudio Saavedra
Message:

[GTK] Add missing spellchecking packages to dependencies script
https://bugs.webkit.org/show_bug.cgi?id=200574

Reviewed by Philippe Normand.

These are needed for the spellchecking test in WebContext API tests.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r248453 r248465  
     12019-08-09  Claudio Saavedra  <csaavedra@igalia.com>
     2
     3        [GTK] Add missing spellchecking packages to dependencies script
     4        https://bugs.webkit.org/show_bug.cgi?id=200574
     5
     6        Reviewed by Philippe Normand.
     7
     8        These are needed for the spellchecking test in WebContext API tests.
     9
     10        * gtk/install-dependencies:
     11
    1122019-08-08  Jon Lee  <jonlee@apple.com>
    213
  • trunk/Tools/gtk/install-dependencies

    r247138 r248465  
    157157        dbus-x11 \
    158158        gdb \
     159        hunspell \
     160        hunspell-en-us \
     161        hunspell-en-gb \
    159162        libapache2-mod-bw \
    160163        libapache2-mod-php \
     
    326329        hunspell \
    327330        hunspell-en \
     331        hunspell-en_GB \
    328332        php-apache \
    329333        libgpg-error \
     
    488492        gdb \
    489493        hunspell-en \
     494        hunspell-en-gb \
    490495        httpd \
    491496        libgpg-error-devel \
Note: See TracChangeset for help on using the changeset viewer.