Changeset 73293 in webkit


Ignore:
Timestamp:
Dec 3, 2010 1:17:29 PM (13 years ago)
Author:
crogers@google.com
Message:

2010-12-03 Chris Rogers <crogers@google.com>

Unreviewed build fix.

Try to fix GTK build due to recent web audio makefile changes (disable ENABLE_WEB_AUDIO explicitly)
https://bugs.webkit.org/show_bug.cgi?id=50478

  • GNUmakefile.am:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r73292 r73293  
     12010-12-03  Chris Rogers  <crogers@google.com>
     2
     3        Unreviewed build fix.
     4
     5        Try to fix GTK build due to recent web audio makefile changes (disable ENABLE_WEB_AUDIO explicitly)
     6        https://bugs.webkit.org/show_bug.cgi?id=50478
     7
     8        * GNUmakefile.am:
     9
    1102010-12-03  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/WebCore/GNUmakefile.am

    r73283 r73293  
    45714571
    45724572# ----
     4573# Web Audio Support - disable for now.
     4574# ----
     4575FEATURE_DEFINES += ENABLE_WEB_AUDIO=0
     4576webcore_cppflags += -DENABLE_WEB_AUDIO=0
     4577
     4578# ----
    45734579# Web Sockets Support
    45744580# ----
Note: See TracChangeset for help on using the changeset viewer.