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

Changeset 240978 in webkit


Ignore:
Timestamp:
Feb 5, 2019, 9:44:58 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[WPE] require python3-setuptools for meson build in jhbuild
https://bugs.webkit.org/show_bug.cgi?id=194287

Patch by Olivier Blin <Olivier Blin> on 2019-02-05
Reviewed by Philippe Normand.

python3-setuptools is needed to build meson in jhbuild.
It is already required by the GTK port.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r240977 r240978  
     12019-02-05  Olivier Blin  <olivier.blin@softathome.com>
     2
     3        [WPE] require python3-setuptools for meson build in jhbuild
     4        https://bugs.webkit.org/show_bug.cgi?id=194287
     5
     6        Reviewed by Philippe Normand.
     7
     8        python3-setuptools is needed to build meson in jhbuild.
     9        It is already required by the GTK port.
     10
     11        * wpe/install-dependencies:
     12
    1132019-02-05  Aakash Jain  <aakash_jain@apple.com>
    214
  • trunk/Tools/wpe/install-dependencies

    r239729 r240978  
    132132        libwayland-dev \
    133133        luajit \
     134        python3-setuptools \
    134135        yasm"
    135136
     
    224225        orc \
    225226        perl-xml-libxml \
     227        python3-setuptools \
    226228        util-linux \
    227229        v4l-utils \
     
    317319        perl-XML-LibXML \
    318320        pulseaudio-libs-devel \
     321        python3-setuptools \
    319322        wayland-devel \
    320323        yasm"
Note: See TracChangeset for help on using the changeset viewer.