summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_WebDriver_PlatformGTK_cmake
diff options
context:
space:
mode:
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_WebDriver_PlatformGTK_cmake')
-rw-r--r--www/webkitgtk4/patches/patch-Source_WebDriver_PlatformGTK_cmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_WebDriver_PlatformGTK_cmake b/www/webkitgtk4/patches/patch-Source_WebDriver_PlatformGTK_cmake
deleted file mode 100644
index 66cbf89..0000000
--- a/www/webkitgtk4/patches/patch-Source_WebDriver_PlatformGTK_cmake
+++ /dev/null
@@ -1,17 +0,0 @@
1Index: Source/WebDriver/PlatformGTK.cmake
2--- Source/WebDriver/PlatformGTK.cmake.orig
3+++ Source/WebDriver/PlatformGTK.cmake
4@@ -5,6 +5,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIB
5 list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES
6 "${GLIB_INCLUDE_DIRS}"
7 "${LIBSOUP_INCLUDE_DIRS}"
8+ "${ICU_INCLUDE_DIRS}"
9 )
10
11 list(APPEND WebDriver_SOURCES
12@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES
13
14 list(APPEND WebDriver_LIBRARIES
15 ${LIBSOUP_LIBRARIES}
16+ ${ICU_LIBRARIES}
17 )