Changeset 150185 in webkit


Ignore:
Timestamp:
May 16, 2013 10:23:50 AM (11 years ago)
Author:
kov@webkit.org
Message:

[GTK] WebAudio doesn't build in WebKitGTK+ 2.0.2
https://bugs.webkit.org/show_bug.cgi?id=116154

Patch by Alberto Garcia <agarcia@igalia.com> on 2013-05-16
Reviewed by Gustavo Noronha Silva.

Don't override the value of ENABLE_WEB_AUDIO selected in the
configure script.

  • Source/autotools/SetupWebKitFeatures.m4:
Location:
releases/WebKitGTK/webkit-2.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • releases/WebKitGTK/webkit-2.0/ChangeLog

    r150005 r150185  
     12013-05-16  Alberto Garcia  <agarcia@igalia.com>
     2
     3        [GTK] WebAudio doesn't build in WebKitGTK+ 2.0.2
     4        https://bugs.webkit.org/show_bug.cgi?id=116154
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Don't override the value of ENABLE_WEB_AUDIO selected in the
     9        configure script.
     10
     11        * Source/autotools/SetupWebKitFeatures.m4:
     12
    1132013-05-13  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
  • releases/WebKitGTK/webkit-2.0/Source/autotools/SetupWebKitFeatures.m4

    r148428 r150185  
    172172        ENABLE_VIBRATION=0 \
    173173        ENABLE_VIDEO_TRACK=0 \
    174         ENABLE_WEB_AUDIO=0 \
    175174        ENABLE_WEB_SOCKETS=1 \
    176175        ENABLE_WEB_TIMING=1 \
Note: See TracChangeset for help on using the changeset viewer.