Title: [98290] trunk/Tools
Revision
98290
Author
[email protected]
Date
2011-10-24 15:49:26 -0700 (Mon, 24 Oct 2011)

Log Message

[EFL] Build fix. Add include path to find npapi.h
https://bugs.webkit.org/show_bug.cgi?id=70730

Unreviewed build fix.

Patch by Ivan Briano <[email protected]> on 2011-10-24

* DumpRenderTree/efl/CMakeLists.txt: Add include path for npapi.h

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (98289 => 98290)


--- trunk/Tools/ChangeLog	2011-10-24 22:39:16 UTC (rev 98289)
+++ trunk/Tools/ChangeLog	2011-10-24 22:49:26 UTC (rev 98290)
@@ -1,3 +1,12 @@
+2011-10-24  Ivan Briano  <[email protected]>
+
+        [EFL] Build fix. Add include path to find npapi.h
+        https://bugs.webkit.org/show_bug.cgi?id=70730
+
+        Unreviewed build fix.
+
+        * DumpRenderTree/efl/CMakeLists.txt: Add include path for npapi.h
+
 2011-10-24  Eric Seidel  <[email protected]>
 
         Plugin tests are failing after switching WK2 to NRWT

Modified: trunk/Tools/DumpRenderTree/efl/CMakeLists.txt (98289 => 98290)


--- trunk/Tools/DumpRenderTree/efl/CMakeLists.txt	2011-10-24 22:39:16 UTC (rev 98289)
+++ trunk/Tools/DumpRenderTree/efl/CMakeLists.txt	2011-10-24 22:49:26 UTC (rev 98290)
@@ -59,6 +59,7 @@
     ${WEBCORE_DIR}/platform/graphics
     ${WEBCORE_DIR}/platform/graphics/cairo
     ${WEBCORE_DIR}/platform/network
+    ${WEBCORE_DIR}/plugins
     ${WEBCORE_DIR}/rendering
     ${WEBCORE_DIR}/rendering/style
     ${WEBCORE_DIR}/history
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to