mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
601cb1be2b
* gnu/packages/patches/qtwebkit-pbutils-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha2. [source]: Use new upstream location. Add patch. [build-system]: Switch to cmake-build-system. [inputs]: Add glib, gst-plugins-base, qtlocation, qtsensors, qtwebchannel. [arguments]: Disable the tests. Add new configure flags. Remove all custom phases.
15 lines
538 B
Diff
15 lines
538 B
Diff
Patch taken from Nix:
|
|
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/qt-5/5.11/qtwebkit.patch
|
|
|
|
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}
|
|
|