1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/qt6-qtwebengine/qt6-6.8.0.rollup_patch
omni c2440eeb31 community/qt6-qtwebengine: re-enable on loongarch64
- move source=
- remove duplicate options= and builddir=
- remove unused qt6-6.7.1 loongarch64 patches
- add qt6-6.8.0 loongarch64 patches, source:

  https://github.com/AOSC-Dev/chromium-loongarch64/tree/master/qt6-webengine
2024-11-19 17:27:00 +00:00

20 lines
1,005 B
Text

diff '--color=auto' -p -X ../chromium-loongarch64/qt6-webengine/exclude -N -u -r a/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js b/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js
--- a/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js 2000-01-01 00:00:00.000000000 +0800
+++ b/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/rollup.config.js 2000-01-01 00:00:00.000000000 +0800
@@ -19,11 +19,11 @@ export default commandLineArgs => ({
sourcemap: Boolean(commandLineArgs.configSourcemaps),
}],
plugins: [
- terser({
- compress: {
- pure_funcs: commandLineArgs.configDCHECK ? ['Platform.DCHECK'] : [],
- },
- }),
+ // terser({
+ // compress: {
+ // pure_funcs: commandLineArgs.configDCHECK ? ['Platform.DCHECK'] : [],
+ // },
+ // }),
{
name: 'devtools-plugin',
resolveId(source, importer) {