Changeset 238552 in webkit
- Timestamp:
- Nov 27, 2018, 7:29:55 AM (8 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
PlatformGTK.cmake (modified) (1 diff)
-
PlatformWPE.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r238550 r238552 1 2018-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 1 14 2018-11-27 Antti Koivisto <antti@apple.com> 2 15 -
trunk/Source/WebKit/PlatformGTK.cmake
r238318 r238552 26 26 WEBKIT_ADD_TARGET_PROPERTIES(WebKit LINK_FLAGS "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/webkitglib-symbols.map") 27 27 endif () 28 29 # Temporary workaround to allow the build to succeed.30 file(REMOVE "${FORWARDING_HEADERS_DIR}/WebCore/Settings.h")31 28 32 29 set(WebKit_USE_PREFIX_HEADER ON) -
trunk/Source/WebKit/PlatformWPE.cmake
r238384 r238552 24 24 WEBKIT_ADD_TARGET_PROPERTIES(WebKit LINK_FLAGS "-Wl,--version-script,${CMAKE_CURRENT_SOURCE_DIR}/webkitglib-symbols.map") 25 25 endif () 26 27 # Temporary workaround to allow the build to succeed.28 file(REMOVE "${FORWARDING_HEADERS_DIR}/WebCore/Settings.h")29 26 30 27 set(WebKit_USE_PREFIX_HEADER ON)
Note:
See TracChangeset
for help on using the changeset viewer.