Changeset 202523 in webkit


Ignore:
Timestamp:
Jun 27, 2016 5:26:31 PM (8 years ago)
Author:
Gyuyoung Kim
Message:

[EFL] Support to build on Debian linux
https://bugs.webkit.org/show_bug.cgi?id=159123

Reviewed by Antonio Gomes.

  • efl/install-dependencies: Install libgnutls28-dev.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r202511 r202523  
     12016-06-27  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
     2
     3        [EFL] Support to build on Debian linux
     4        https://bugs.webkit.org/show_bug.cgi?id=159123
     5
     6        Reviewed by Antonio Gomes.
     7
     8        * efl/install-dependencies: Install libgnutls28-dev.
     9
    1102016-06-27  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Tools/efl/install-dependencies

    r202392 r202523  
    7171        libgif-dev \
    7272        libgl1-mesa-dev \
    73         libgnutls-dev \
     73        libgnutls28-dev \
    7474        libgpg-error-dev \
    7575        libhyphen-dev \
Note: See TracChangeset for help on using the changeset viewer.