diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch b/meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch index 034219f826..b31026448c 100644 --- a/meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch +++ b/meta/recipes-sato/webkit/webkitgtk/0001-WebKitMacros-Append-to-I-and-not-to-isystem.patch | |||
@@ -41,18 +41,18 @@ index b3c7e0b..88446de 100644 | |||
41 | target_link_libraries(jsc ${JSC_LIBRARIES}) | 41 | target_link_libraries(jsc ${JSC_LIBRARIES}) |
42 | 42 | ||
43 | diff --git a/Source/WebCore/PlatformGTK.cmake b/Source/WebCore/PlatformGTK.cmake | 43 | diff --git a/Source/WebCore/PlatformGTK.cmake b/Source/WebCore/PlatformGTK.cmake |
44 | index 32c6ccc..fef5e8b 100644 | 44 | index f7d8d70a..3c27b8bc 100644 |
45 | --- a/Source/WebCore/PlatformGTK.cmake | 45 | --- a/Source/WebCore/PlatformGTK.cmake |
46 | +++ b/Source/WebCore/PlatformGTK.cmake | 46 | +++ b/Source/WebCore/PlatformGTK.cmake |
47 | @@ -159,7 +159,7 @@ if (ENABLE_PLUGIN_PROCESS_GTK2) | 47 | @@ -157,7 +157,7 @@ if (ENABLE_PLUGIN_PROCESS_GTK2) |
48 | ${GTK2_INCLUDE_DIRS} | 48 | target_include_directories(WebCorePlatformGTK2 PRIVATE |
49 | ${GDK2_INCLUDE_DIRS} | 49 | ${WebCore_INCLUDE_DIRECTORIES} |
50 | ) | 50 | ) |
51 | - target_include_directories(WebCorePlatformGTK2 SYSTEM PRIVATE | 51 | - target_include_directories(WebCorePlatformGTK2 SYSTEM PRIVATE |
52 | + target_include_directories(WebCorePlatformGTK2 PRIVATE | 52 | + target_include_directories(WebCorePlatformGTK2 PRIVATE |
53 | ${WebCore_SYSTEM_INCLUDE_DIRECTORIES} | 53 | ${WebCore_SYSTEM_INCLUDE_DIRECTORIES} |
54 | ) | 54 | ${GTK2_INCLUDE_DIRS} |
55 | target_link_libraries(WebCorePlatformGTK2 | 55 | ${GDK2_INCLUDE_DIRS} |
56 | @@ -183,7 +183,7 @@ add_dependencies(WebCorePlatformGTK WebCore) | 56 | @@ -183,7 +183,7 @@ add_dependencies(WebCorePlatformGTK WebCore) |
57 | target_include_directories(WebCorePlatformGTK PRIVATE | 57 | target_include_directories(WebCorePlatformGTK PRIVATE |
58 | ${WebCore_INCLUDE_DIRECTORIES} | 58 | ${WebCore_INCLUDE_DIRECTORIES} |