Changeset 230460 in webkit


Ignore:
Timestamp:
Apr 9, 2018 6:25:19 PM (6 years ago)
Author:
cturner@igalia.com
Message:

[WPE] Add some missing install dependencies
https://bugs.webkit.org/show_bug.cgi?id=184383

Reviewed by Michael Catanzaro.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r230456 r230460  
     12018-04-09  Charlie Turner  <cturner@igalia.com>
     2
     3        [WPE] Add some missing install dependencies
     4        https://bugs.webkit.org/show_bug.cgi?id=184383
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * wpe/install-dependencies:
     9
    1102018-04-09  Sihui Liu  <sihui_liu@apple.com>
    211
  • trunk/Tools/wpe/install-dependencies

    r228221 r230460  
    108108        git \
    109109        gsettings-desktop-schemas-dev \
     110        libegl1-mesa-dev \
    110111        libexpat1-dev \
    111112        libgbm-dev \
     
    125126        libxml-libxml-perl \
    126127        libwayland-dev \
    127         luajit"
     128        luajit \
     129        yasm"
    128130
    129131    # These are dependencies necessary for using webkit-patch
     
    216218        util-linux \
    217219        v4l-utils \
    218         wayland"
     220        xorg-xrandr \
     221        wayland \
     222        yasm"
    219223
    220224    # These are dependencies necessary for using webkit-patch
     
    229233
    230234function installDependenciesWithDnf {
    231     # These are dependencies necessary for building WebKitGTK+.
     235    # These are dependencies necessary for building WebKitWPE.
    232236    packages=" \
    233237        autoconf \
     
    255259        patch \
    256260        perl-File-Copy-Recursive \
     261        perl-JSON-PP \
    257262        perl-Time-HiRes \
    258263        perl-version \
     
    291296        libvpx-devel \
    292297        libxcb-devel \
     298        libXrandr-devel \
    293299        luajit \
    294300        luajit-devel \
    295301        mesa-libgbm-devel \
    296302        mesa-libGLES-devel \
     303        mesa-libEGL-devel \
    297304        opus-devel \
    298305        orc-devel \
    299306        perl-XML-LibXML \
    300307        pulseaudio-libs-devel \
    301         wayland-devel"
     308        wayland-devel \
     309        yasm"
    302310
    303311    # These are dependencies necessary for using webkit-patch
Note: See TracChangeset for help on using the changeset viewer.