ports/opt (3.5): qtwebengine: add missing patch
commit b202bc8bd49e2a4a9b545e1083f5484cc954ba5f Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Sep 22 18:55:12 2019 +1000 qtwebengine: add missing patch diff --git a/qtwebengine/qtbug-77037.patch b/qtwebengine/qtbug-77037.patch new file mode 100644 index 000000000..8f874c20b --- /dev/null +++ b/qtwebengine/qtbug-77037.patch @@ -0,0 +1,11 @@ +--- qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri.orig 2019-08-06 08:23:45.385072740 +0300 ++++ qtwebengine-everywhere-src-5.13.0/src/core/config/linux.pri 2019-08-06 08:23:51.085237082 +0300 +@@ -162,7 +162,7 @@ host_build { + qtConfig(webengine-system-harfbuzz): gn_args += use_system_harfbuzz=true + !qtConfig(webengine-system-glib): gn_args += use_glib=false + qtConfig(webengine-pulseaudio) { +- gn_args += use_pulseaudio=true ++ gn_args += use_pulseaudio=true link_pulseaudio=true + } else { + gn_args += use_pulseaudio=false + }
participants (1)
-
crux@crux.nu