Title: [198871] trunk/Source/WebCore
Revision
198871
Author
[email protected]
Date
2016-03-30 18:36:30 -0700 (Wed, 30 Mar 2016)

Log Message

[EFL][CMake] WebKit include path has been added to system include path
https://bugs.webkit.org/show_bug.cgi?id=156019

Reviewed by Darin Adler.

Fix wrong include path addition.

* PlatformEfl.cmake:

    Add ${WEBCORE_DIR}/platform/graphics/surfaces/egl to WebCore include directory path.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198870 => 198871)


--- trunk/Source/WebCore/ChangeLog	2016-03-31 01:31:51 UTC (rev 198870)
+++ trunk/Source/WebCore/ChangeLog	2016-03-31 01:36:30 UTC (rev 198871)
@@ -1,3 +1,16 @@
+2016-03-30  Gyuyoung Kim  <[email protected]>
+
+        [EFL][CMake] WebKit include path has been added to system include path
+        https://bugs.webkit.org/show_bug.cgi?id=156019
+
+        Reviewed by Darin Adler.
+
+        Fix wrong include path addition.
+
+        * PlatformEfl.cmake:
+
+            Add ${WEBCORE_DIR}/platform/graphics/surfaces/egl to WebCore include directory path.
+
 2016-03-30  Joanmarie Diggs  <[email protected]>
 
         AX: Update handling of SVG elements with presentational role

Modified: trunk/Source/WebCore/PlatformEfl.cmake (198870 => 198871)


--- trunk/Source/WebCore/PlatformEfl.cmake	2016-03-31 01:31:51 UTC (rev 198870)
+++ trunk/Source/WebCore/PlatformEfl.cmake	2016-03-31 01:36:30 UTC (rev 198871)
@@ -319,7 +319,7 @@
 )
 
 if (USE_EGL)
-    list(APPEND WebCore_SYSTEM_INCLUDE_DIRECTORIES
+    list(APPEND WebCore_INCLUDE_DIRECTORIES
         "${WEBCORE_DIR}/platform/graphics/surfaces/egl"
     )
 endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to