Changeset 252860 in webkit


Ignore:
Timestamp:
Nov 25, 2019 8:04:02 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

[JHBuild] xserver build fails
https://bugs.webkit.org/show_bug.cgi?id=204577

Patch by Philippe Normand <pnormand@igalia.com> on 2019-11-25
Reviewed by Žan Doberšek.

  • gtk/jhbuild.modules: Bump libdrm and add implicit dependency to

it via mesa for the xserver recipe.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r252852 r252860  
     12019-11-25  Philippe Normand  <pnormand@igalia.com>
     2
     3        [JHBuild] xserver build fails
     4        https://bugs.webkit.org/show_bug.cgi?id=204577
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * gtk/jhbuild.modules: Bump libdrm and add implicit dependency to
     9        it via mesa for the xserver recipe.
     10
    1112019-11-25  Charlie Turner  <cturner@igalia.com>
    212
  • trunk/Tools/gtk/jhbuild.modules

    r252845 r252860  
    7070      href="http://anongit.freedesktop.org/git"/>
    7171 <repository type="tarball" name="dri.freedesktop.org"
    72       href="http://dri.freedesktop.org"/>
     72      href="https://dri.freedesktop.org"/>
    7373  <repository type="tarball" name="mesa.freedesktop.org"
    7474      href="https://mesa.freedesktop.org"/>
     
    308308    <dependencies>
    309309      <dep package="pixman"/>
     310      <dep package="mesa"/>
    310311    </dependencies>
    311312    <branch module="/releases/individual/xserver/xorg-server-${version}.tar.bz2" version="1.19.6"
     
    356357  <autotools id="libdrm" autogen-sh="configure">
    357358    <pkg-config>libdrm.pc</pkg-config>
    358     <branch module="/libdrm/libdrm-${version}.tar.bz2" version="2.4.89"
     359    <branch module="/libdrm/libdrm-${version}.tar.bz2" version="2.4.100"
    359360            repo="dri.freedesktop.org"
    360             hash="sha256:629f9782aabbb4809166de5f24d26fe0766055255038f16935602d89f136a02e"/>
     361            hash="sha256:c77cc828186c9ceec3e56ae202b43ee99eb932b4a87255038a80e8a1060d0a5d"/>
    361362  </autotools>
    362363
Note: See TracChangeset for help on using the changeset viewer.