Changeset 230634 in webkit


Ignore:
Timestamp:
Apr 13, 2018 9:29:08 AM (6 years ago)
Author:
Michael Catanzaro
Message:

[WPE] xkbcommon: ERROR: failed to add default include path /home/mcatanzaro/Projects/WebKit/WebKitBuild/DependenciesWPE/Root/share/X11/xkb
https://bugs.webkit.org/show_bug.cgi?id=184388

Reviewed by Carlos Alberto Lopez Perez.

Remove libxkbcommon from the JHBuild environment. We could alternatively add
xkeyboard-config, but there doesn't seem to be any need to build libxkbcommon because I do
not believe it depends on anything else in the JHBuild environment.

  • wpe/install-dependencies:
  • wpe/jhbuild.modules:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r230632 r230634  
     12018-04-13  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE] xkbcommon: ERROR: failed to add default include path /home/mcatanzaro/Projects/WebKit/WebKitBuild/DependenciesWPE/Root/share/X11/xkb
     4        https://bugs.webkit.org/show_bug.cgi?id=184388
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        Remove libxkbcommon from the JHBuild environment. We could alternatively add
     9        xkeyboard-config, but there doesn't seem to be any need to build libxkbcommon because I do
     10        not believe it depends on anything else in the JHBuild environment.
     11
     12        * wpe/install-dependencies:
     13        * wpe/jhbuild.modules:
     14
    1152018-04-12  Antoine Quint  <graouts@apple.com>
    216
  • trunk/Tools/wpe/install-dependencies

    r230460 r230634  
    124124        libvpx-dev \
    125125        libxcb-xkb-dev \
     126        libxkbcommon-dev \
    126127        libxml-libxml-perl \
    127128        libwayland-dev \
     
    210211        libvpx \
    211212        libxcb \
     213        libxkbcommon \
    212214        luajit \
    213215        mesa \
     
    296298        libvpx-devel \
    297299        libxcb-devel \
     300        libxkbcommon-devel \
    298301        libXrandr-devel \
    299302        luajit \
  • trunk/Tools/wpe/jhbuild.modules

    r230562 r230634  
    1717      <dep package="freetype6"/>
    1818      <dep package="harfbuzz"/>
    19       <dep package="xkbcommon"/>
    2019      <dep package="webkit-gstreamer-testing-dependencies"/>
    2120      <dep package="woff2"/>
     
    4241  <repository type="tarball" name="github-tarball"
    4342      href="https://github.com/"/>
    44   <repository type="tarball" name="xkbcommon.org"
    45       href="http://xkbcommon.org"/>
    4643  <repository type="tarball" name="savannah.gnu.org"
    4744      href="http://download.savannah.gnu.org/releases/"/>
     
    166163  </autotools>
    167164
    168   <autotools id="xkbcommon"
    169              autogen-sh="configure">
    170     <branch module="download/libxkbcommon-0.5.0.tar.xz" version="0.5.0"
    171             repo="xkbcommon.org"
    172             hash="sha1:7127993bfb69e13cdff25fb8b3c8f26ce6be5bfa"/>
    173   </autotools>
    174 
    175165  <cmake id="wpebackend">
    176166    <branch repo="github.com" module="WebPlatformForEmbedded/WPEBackend.git"
     
    182172      <dep package="wpebackend"/>
    183173      <dep package="glib"/>
    184       <dep package="xkbcommon"/>
    185174    </dependencies>
    186175    <branch repo="github.com" module="Igalia/WPEBackend-fdo.git"
Note: See TracChangeset for help on using the changeset viewer.