Title: [209680] trunk/Source/WebCore
Revision
209680
Author
[email protected]
Date
2016-12-11 03:11:57 -0800 (Sun, 11 Dec 2016)

Log Message

Unreviewed, add KHR include dir to fix ANGLE build after r209665
https://bugs.webkit.org/show_bug.cgi?id=165686

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (209679 => 209680)


--- trunk/Source/WebCore/CMakeLists.txt	2016-12-11 05:14:54 UTC (rev 209679)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-12-11 11:11:57 UTC (rev 209680)
@@ -3920,6 +3920,7 @@
 
     target_include_directories(ANGLESupport PRIVATE
         "${THIRDPARTY_DIR}/ANGLE/include"
+        "${THIRDPARTY_DIR}/ANGLE/include/KHR"
         "${THIRDPARTY_DIR}/ANGLE/src"
         "${THIRDPARTY_DIR}/ANGLE/src/common/third_party/numerics"
     )

Modified: trunk/Source/WebCore/ChangeLog (209679 => 209680)


--- trunk/Source/WebCore/ChangeLog	2016-12-11 05:14:54 UTC (rev 209679)
+++ trunk/Source/WebCore/ChangeLog	2016-12-11 11:11:57 UTC (rev 209680)
@@ -1,3 +1,10 @@
+2016-12-11  Konstantin Tokarev  <[email protected]>
+
+        Unreviewed, add KHR include dir to fix ANGLE build after r209665
+        https://bugs.webkit.org/show_bug.cgi?id=165686
+
+        * CMakeLists.txt:
+
 2016-12-10  Dave Hyatt  <[email protected]>
 
         Rolling out 165737, since it broke layout tests. I need to find a 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to