Changeset 209918 in webkit


Ignore:
Timestamp:
Dec 16, 2016 5:36:49 AM (7 years ago)
Author:
Hunseop Jeong
Message:

[EFL] Disable non-srcdir builds for failing libraries
https://bugs.webkit.org/show_bug.cgi?id=165896

Reviewed by Gyuyoung Kim.

  • efl/jhbuild.modules: Set non srcdir builds to no
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r209902 r209918  
     12016-12-16  Hunseop Jeong  <hs85.jeong@samsung.com>
     2
     3        [EFL] Disable non-srcdir builds for failing libraries
     4        https://bugs.webkit.org/show_bug.cgi?id=165896
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        * efl/jhbuild.modules: Set non srcdir builds to no
     9
    1102016-12-15  Daniel Bates  <dabates@apple.com>
    211
  • trunk/Tools/efl/jhbuild.modules

    r206078 r209918  
    7878  </autotools>
    7979
    80   <autotools id="fonts"
     80  <autotools id="fonts" supports-non-srcdir-builds="no"
    8181             skip-autogen="true">
    8282    <branch module="mrobinson/webkitgtk-test-fonts/archive/0.0.5.tar.gz" version="0.0.5"
     
    8888  </autotools>
    8989
    90   <autotools id="dicts"
     90  <autotools id="dicts" supports-non-srcdir-builds="no"
    9191             skip-autogen="true">
    9292    <branch module="mrobinson/webkitgtk-test-dicts/archive/0.0.1.zip" version="0.0.1"
     
    276276  </autotools>
    277277
    278   <autotools id="libusrsctp" autogen-sh="./bootstrap; ./configure --disable-warnings-as-errors">
     278  <autotools id="libusrsctp" supports-non-srcdir-builds="no" autogen-sh="./bootstrap; ./configure --disable-warnings-as-errors">
    279279    <branch repo="github.com" module="sctplab/usrsctp/archive/078ff3252f73327e0ac11d6fd5eff62011f6646e.tar.gz" version="078ff3252f73327e0ac11d6fd5eff62011f6646e" checkoutdir="libusrsctp"
    280280            hash="sha256:175938887dc7554e000152055c818bdd15dd0e4ccc94ef93e38e9f952ea82edc" size="648925">
     
    282282  </autotools>
    283283
    284   <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" autogen-sh="./autogen.sh; ./configure">
     284  <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" supports-non-srcdir-builds="no" autogen-sh="./autogen.sh; ./configure">
    285285    <dependencies>
    286286      <dep package="gst-plugins-base"/>
     
    294294  </autotools>
    295295
    296   <autotools id="libnice">
     296  <autotools id="libnice" supports-non-srcdir-builds="no">
    297297    <dependencies>
    298298      <dep package="gstreamer"/>
Note: See TracChangeset for help on using the changeset viewer.