Changeset 230450 in webkit


Ignore:
Timestamp:
Apr 9, 2018 1:26:16 PM (6 years ago)
Author:
Michael Catanzaro
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:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r230444 r230450  
     12018-04-09  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE] Don't install JSC C API headers
     4        https://bugs.webkit.org/show_bug.cgi?id=184375
     5
     6        Reviewed by Žan Doberšek.
     7
     8        None of the functions declared in these headers are exported in WPE. Use the new jsc API
     9        instead.
     10
     11        * PlatformWPE.cmake:
     12
    1132018-04-08  Mark Lam  <mark.lam@apple.com>
    214
  • trunk/Source/JavaScriptCore/PlatformWPE.cmake

    r229798 r230450  
    2828)
    2929
    30 install(FILES ${JavaScriptCore_PUBLIC_FRAMEWORK_HEADERS}
    31     DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/wpe-${WPE_API_VERSION}/WPE/JavaScriptCore"
    32     COMPONENT "Development"
    33 )
    34 
    3530install(FILES ${JavaScriptCore_INSTALLED_HEADERS}
    3631    DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/wpe-${WPE_API_VERSION}/WPE/jsc"
Note: See TracChangeset for help on using the changeset viewer.