aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Gao <rabenda.cn@gmail.com>2022-08-10 14:40:11 +0800
committerYixun Lan <dlan@gentoo.org>2022-08-18 15:49:23 +0800
commit5669bb8614bcc28fe7567b5a60fb4b91f97296ee (patch)
tree1bd21976c7670d9bc702e4c47fda3c18385e0521 /dev-qt/qtwebengine/files/qtwebengine-5.15.3_p20220505-extra-gn.patch
parentlicenses: add MulanPSL-2.0 (diff)
downloadriscv-5669bb8614bcc28fe7567b5a60fb4b91f97296ee.tar.gz
riscv-5669bb8614bcc28fe7567b5a60fb4b91f97296ee.tar.bz2
riscv-5669bb8614bcc28fe7567b5a60fb4b91f97296ee.zip
dev-qt/qtwebengine: sync maintree
Signed-off-by: Han Gao <rabenda.cn@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/qtwebengine-5.15.3_p20220505-extra-gn.patch')
-rw-r--r--dev-qt/qtwebengine/files/qtwebengine-5.15.3_p20220505-extra-gn.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.3_p20220505-extra-gn.patch b/dev-qt/qtwebengine/files/qtwebengine-5.15.3_p20220505-extra-gn.patch
new file mode 100644
index 0000000..a319f52
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-5.15.3_p20220505-extra-gn.patch
@@ -0,0 +1,10 @@
+--- a/src/core/gn_run.pro
++++ b/src/core/gn_run.pro
+@@ -64,6 +64,7 @@
+ }
+ } else {
+ gn_args+= "qtwebengine_target=\"$$system_path($$OUT_PWD/$$getConfigDir()):QtWebEngineCore\""
++ gn_args += $$(EXTRA_GN)
+ gn_args = $$system_quote($$gn_args)
+ gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir()))
+ gn_run = $$gn_binary gen $$gn_build_root $$gn_python --args=$$gn_args --root=$$gn_src_root