Title: [128185] trunk/Source/WebCore
Revision
128185
Author
[email protected]
Date
2012-09-11 07:47:21 -0700 (Tue, 11 Sep 2012)

Log Message

[Qt] Fix the build with libwebp

Rubber-stamped by Tor Arne Vestbø

The use-flag is called WEBP not LIBWEBP, so use that when appending -lwebp.

* WebCore.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (128184 => 128185)


--- trunk/Source/WebCore/ChangeLog	2012-09-11 14:34:35 UTC (rev 128184)
+++ trunk/Source/WebCore/ChangeLog	2012-09-11 14:47:21 UTC (rev 128185)
@@ -1,3 +1,13 @@
+2012-09-11  Andras Becsi  <[email protected]>
+
+        [Qt] Fix the build with libwebp
+
+        Rubber-stamped by Tor Arne Vestbø
+
+        The use-flag is called WEBP not LIBWEBP, so use that when appending -lwebp.
+
+        * WebCore.pri:
+
 2012-09-10  Andrey Kosyakov  <[email protected]>
 
         Web Inspector: visualize layout root in Timeline

Modified: trunk/Source/WebCore/WebCore.pri (128184 => 128185)


--- trunk/Source/WebCore/WebCore.pri	2012-09-11 14:34:35 UTC (rev 128184)
+++ trunk/Source/WebCore/WebCore.pri	2012-09-11 14:47:21 UTC (rev 128185)
@@ -211,7 +211,7 @@
 
 use?(libjpeg): LIBS += -ljpeg
 use?(libpng): LIBS += -lpng
-use?(libwebp): LIBS += -lwebp
+use?(webp): LIBS += -lwebp
 
 mac {
     LIBS += -framework Carbon -framework AppKit
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to