Changeset 239253 in webkit


Ignore:
Timestamp:
Dec 15, 2018 3:01:37 PM (5 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE][GTK] Add libpsl to JHBuild module sets
https://bugs.webkit.org/show_bug.cgi?id=192740

Reviewed by Michael Catanzaro.

  • gtk/jhbuild.modules: Add libpsl module.
  • wpe/jhbuild.modules: Ditto.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r239250 r239253  
     12018-12-15  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE][GTK] Add libpsl to JHBuild module sets
     4        https://bugs.webkit.org/show_bug.cgi?id=192740
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * gtk/jhbuild.modules: Add libpsl module.
     9        * wpe/jhbuild.modules: Ditto.
     10
    1112018-12-14  Alexey Proskuryakov  <ap@apple.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r239207 r239253  
    232232  </meson>
    233233
     234  <autotools id="libpsl">
     235    <branch module="rockdaboot/libpsl/releases/download/libpsl-${version}/libpsl-${version}.tar.gz"
     236            version="0.20.2"
     237            repo="github-tarball"
     238            hash="sha256:f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f"/>
     239  </autotools>
     240
    234241  <autotools id="libsoup"
    235242             autogen-sh="configure"
     
    240247    <dependencies>
    241248      <dep package="glib-networking"/>
     249      <dep package="libpsl/"/>
    242250    </dependencies>
    243251    <branch module="/pub/GNOME/sources/libsoup/2.64/libsoup-${version}.tar.xz" version="2.64.2"
  • trunk/Tools/wpe/jhbuild.modules

    r239207 r239253  
    8787  </meson>
    8888
     89  <autotools id="libpsl">
     90    <branch module="rockdaboot/libpsl/releases/download/libpsl-${version}/libpsl-${version}.tar.gz"
     91            version="0.20.2"
     92            repo="github-tarball"
     93            hash="sha256:f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f"/>
     94  </autotools>
     95
    8996  <autotools id="libsoup"
    9097             autogen-sh="configure"
     
    9299    <dependencies>
    93100      <dep package="glib-networking"/>
     101      <dep package="libpsl"/>
    94102    </dependencies>
    95103    <branch module="/pub/GNOME/sources/libsoup/2.64/libsoup-${version}.tar.xz" version="2.64.2"
Note: See TracChangeset for help on using the changeset viewer.