b785d4813e
This is the first time since 5.9 that we also update `qtwebkit`. `qtwebkit` is not maintained by Qt anymore and thus, we switch to the community port as for example arch has done. To prevent pulling in single patches, we just stick to the latest git version.
13 lines
415 B
Diff
13 lines
415 B
Diff
diff --git a/Source/WebKit2/PlatformQt.cmake b/Source/WebKit2/PlatformQt.cmake
|
|
--- a/Source/WebKit2/PlatformQt.cmake
|
|
+++ b/Source/WebKit2/PlatformQt.cmake
|
|
@@ -261,6 +261,7 @@
|
|
list(APPEND WebKit2_SYSTEM_INCLUDE_DIRECTORIES
|
|
${GLIB_INCLUDE_DIRS}
|
|
${GSTREAMER_INCLUDE_DIRS}
|
|
+ ${GSTREAMER_PBUTILS_INCLUDE_DIRS}
|
|
${Qt5Quick_INCLUDE_DIRS}
|
|
${Qt5Quick_PRIVATE_INCLUDE_DIRS}
|
|
${SQLITE_INCLUDE_DIR}
|
|
|