⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238552 in webkit


Ignore:
Timestamp:
Nov 27, 2018, 7:29:55 AM (8 years ago)
Author:
tpopela@redhat.com
Message:

[GTK][WPE] Remove temporary workaround in Source/WebKit/Platform*.cmake
https://bugs.webkit.org/show_bug.cgi?id=192008

Reviewed by Michael Catanzaro.

Looks like it's not needed anymore as the code compiles fine without
it.

  • PlatformGTK.cmake:
  • PlatformWPE.cmake:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238550 r238552  
     12018-11-27  Tomas Popela  <tpopela@redhat.com>
     2
     3        [GTK][WPE] Remove temporary workaround in Source/WebKit/Platform*.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=192008
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        Looks like it's not needed anymore as the code compiles fine without
     9        it.
     10
     11        * PlatformGTK.cmake:
     12        * PlatformWPE.cmake:
     13
    1142018-11-27  Antti Koivisto  <antti@apple.com>
    215
  • trunk/Source/WebKit/PlatformGTK.cmake

    r238318 r238552  
    2626    WEBKIT_ADD_TARGET_PROPERTIES(WebKit LINK_FLAGS "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/webkitglib-symbols.map")
    2727endif ()
    28 
    29 # Temporary workaround to allow the build to succeed.
    30 file(REMOVE "${FORWARDING_HEADERS_DIR}/WebCore/Settings.h")
    3128
    3229set(WebKit_USE_PREFIX_HEADER ON)
  • trunk/Source/WebKit/PlatformWPE.cmake

    r238384 r238552  
    2424    WEBKIT_ADD_TARGET_PROPERTIES(WebKit LINK_FLAGS "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/webkitglib-symbols.map")
    2525endif ()
    26 
    27 # Temporary workaround to allow the build to succeed.
    28 file(REMOVE "${FORWARDING_HEADERS_DIR}/WebCore/Settings.h")
    2926
    3027set(WebKit_USE_PREFIX_HEADER ON)
Note: See TracChangeset for help on using the changeset viewer.