summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/qtwebkit-pbutils-include.patch
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2018-07-22 11:38:58 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-07-31 17:45:58 +0300
commit601cb1be2bba7a058f93829964c3074ddbdb9293 (patch)
tree5b650320e415fa26cb7ddee8648dab413e98dce3 /gnu/packages/patches/qtwebkit-pbutils-include.patch
parent92eb7aff41853bdc39f480d322b7d99af4e22b78 (diff)
downloadguix-patches-601cb1be2bba7a058f93829964c3074ddbdb9293.tar
guix-patches-601cb1be2bba7a058f93829964c3074ddbdb9293.tar.gz
gnu: qtwebkit: Update to 5.212.0-alpha2.
* 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.
Diffstat (limited to 'gnu/packages/patches/qtwebkit-pbutils-include.patch')
-rw-r--r--gnu/packages/patches/qtwebkit-pbutils-include.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/packages/patches/qtwebkit-pbutils-include.patch b/gnu/packages/patches/qtwebkit-pbutils-include.patch
new file mode 100644
index 0000000000..57961e7a51
--- /dev/null
+++ b/gnu/packages/patches/qtwebkit-pbutils-include.patch
@@ -0,0 +1,15 @@
+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}
+