forked from pool/nodejs-electron
- Use system simdutf on Fedora ≥38 * system-simdutf.patch - Use system vulkan-memory-allocator on Fedora 40/Rawhide * vulkan_memory_allocator.gn * vulkan_memory_allocator-upgrade.patch OBS-URL: https://build.opensuse.org/request/show/1117945 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=101
14 lines
798 B
Diff
14 lines
798 B
Diff
--- chromium-79.0.3945.29/build/linux/unbundle/replace_gn_files.py.system-dav1d 2019-11-09 14:30:17.297016975 +0100
|
|
+++ chromium-79.0.3945.29/build/linux/unbundle/replace_gn_files.py 2019-11-10 09:40:19.694662891 +0100
|
|
@@ -40,6 +40,10 @@ import sys
|
|
'double-conversion': 'base/third_party/double_conversion/BUILD.gn',
|
|
'ffmpeg': 'third_party/ffmpeg/BUILD.gn',
|
|
'flac': 'third_party/flac/BUILD.gn',
|
|
+ 'flatbuffers': 'third_party/flatbuffers/BUILD.gn',
|
|
+ 'libsecret' : 'third_party/libsecret/BUILD.gn',
|
|
+ 'highway' : 'third_party/highway/BUILD.gn',
|
|
+ 'vulkan_memory_allocator' : 'third_party/vulkan_memory_allocator/BUILD.gn',
|
|
'fontconfig': 'third_party/fontconfig/BUILD.gn',
|
|
'freetype': 'build/config/freetype/freetype.gni',
|
|
'harfbuzz-ng': 'third_party/harfbuzz-ng/harfbuzz.gni',
|