Changeset 148615 in webkit


Ignore:
Timestamp:
Apr 17, 2013 9:15:09 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

media-stream and xslt are no longer configurable options in the GTK+ port
https://bugs.webkit.org/show_bug.cgi?id=114736

Patch by Alberto Garcia <agarcia@igalia.com> on 2013-04-17
Reviewed by Martin Robinson.

media-stream support was removed in r145199 and XSLT is a hard
requirement since r145859. Attempting to pass those options to the
configure script, only results in a warning.

  • Scripts/webkitdirs.pm:

(buildAutotoolsProject):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r148609 r148615  
     12013-04-17  Alberto Garcia  <agarcia@igalia.com>
     2
     3        media-stream and xslt are no longer configurable options in the GTK+ port
     4        https://bugs.webkit.org/show_bug.cgi?id=114736
     5
     6        Reviewed by Martin Robinson.
     7
     8        media-stream support was removed in r145199 and XSLT is a hard
     9        requirement since r145859. Attempting to pass those options to the
     10        configure script, only results in a warning.
     11
     12        * Scripts/webkitdirs.pm:
     13        (buildAutotoolsProject):
     14
    1152013-04-17  Michał Pakuła vel Rutka  <m.pakula@samsung.com>
    216
  • trunk/Tools/Scripts/webkitdirs.pm

    r148264 r148615  
    21122112        "gamepad" => 1,
    21132113        "geolocation" => 1,
    2114         "media-stream" => 1,
    21152114        "svg" => 1,
    21162115        "svg-fonts" => 1,
     
    21182117        "webgl" => 1,
    21192118        "web-audio" => 1,
    2120         "xslt" => 1,
    21212119    );
    21222120
Note: See TracChangeset for help on using the changeset viewer.