[chromium] Make dependency on Accelerate.framework explicit.
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 8 Feb 2012 20:17:40 +0000 (20:17 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 8 Feb 2012 20:17:40 +0000 (20:17 +0000)
https://bugs.webkit.org/show_bug.cgi?id=78131

It's used by platform/audio/mac/FFTFrameMac.cpp. The explicit
dependency is needed to build a libwebkit.dylib.

Patch by Nico Weber <nicolasweber@gmx.de> on 2012-02-08
Reviewed by Tony Chang.

* WebKit.gyp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107117 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/WebKit.gyp

index 1ea255b..0a7d28d 100644 (file)
@@ -1,3 +1,15 @@
+2012-02-08  Nico Weber  <nicolasweber@gmx.de>
+
+        [chromium] Make dependency on Accelerate.framework explicit.
+        https://bugs.webkit.org/show_bug.cgi?id=78131
+
+        It's used by platform/audio/mac/FFTFrameMac.cpp. The explicit
+        dependency is needed to build a libwebkit.dylib.
+
+        Reviewed by Tony Chang.
+
+        * WebKit.gyp:
+
 2012-02-08  Bernhard Bauer  <bauerb@google.com>
 
         [Chromium] Don't add selection from password fields to context menu.
index ab6e39f..12ac1ab 100644 (file)
                         ['OS=="mac"', {
                             'link_settings': {
                                 'libraries': [
+                                    '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
                                     '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
                                 ],
                             },