Title: [230450] trunk/Source/_javascript_Core
Revision
230450
Author
mcatanz...@igalia.com
Date
2018-04-09 13:26:16 -0700 (Mon, 09 Apr 2018)

Log Message

[WPE] Don't install JSC C API headers
https://bugs.webkit.org/show_bug.cgi?id=184375

Reviewed by Žan Doberšek.

None of the functions declared in these headers are exported in WPE. Use the new jsc API
instead.

* PlatformWPE.cmake:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (230449 => 230450)


--- trunk/Source/_javascript_Core/ChangeLog	2018-04-09 20:03:49 UTC (rev 230449)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-04-09 20:26:16 UTC (rev 230450)
@@ -1,3 +1,15 @@
+2018-04-09  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [WPE] Don't install JSC C API headers
+        https://bugs.webkit.org/show_bug.cgi?id=184375
+
+        Reviewed by Žan Doberšek.
+
+        None of the functions declared in these headers are exported in WPE. Use the new jsc API
+        instead.
+
+        * PlatformWPE.cmake:
+
 2018-04-08  Mark Lam  <mark....@apple.com>
 
         Add pointer profiling to the FTL and supporting code.

Modified: trunk/Source/_javascript_Core/PlatformWPE.cmake (230449 => 230450)


--- trunk/Source/_javascript_Core/PlatformWPE.cmake	2018-04-09 20:03:49 UTC (rev 230449)
+++ trunk/Source/_javascript_Core/PlatformWPE.cmake	2018-04-09 20:26:16 UTC (rev 230450)
@@ -27,11 +27,6 @@
     inspector/remote/glib/RemoteInspectorUtils.h
 )
 
-install(FILES ${_javascript_Core_PUBLIC_FRAMEWORK_HEADERS}
-    DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/wpe-${WPE_API_VERSION}/WPE/_javascript_Core"
-    COMPONENT "Development"
-)
-
 install(FILES ${_javascript_Core_INSTALLED_HEADERS}
     DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/wpe-${WPE_API_VERSION}/WPE/jsc"
     COMPONENT "Development"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to