Skip to content

Commit

Permalink
www-client/cromite: fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
PF4Public committed Nov 24, 2024
1 parent cd84cb0 commit 0c1c44c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www-client/cromite/cromite-131.0.6778.85.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [ ! -z "${CHROMIUM_COMMITS[*]}" ]; then
SRC_URI+="https://github.com/google/dawn/commit/${i/-}.patch?full_index=true -> dawn-${i/-}.patch
"
elif [[ ${CHROMIUM_COMMITS[$i]} =~ ink ]]; then
SRC_URI+="https://github.com/google/ink/commit/${i/-}.patch?full_index=true -> ink-${i/-}.patch
SRC_URI+="https://github.com/google/ink/commit/${i/-}.patch?full_index=true -> ink-${i/-}.patch
"
elif [[ ${CHROMIUM_COMMITS[$i]} =~ vulkan-utility-libraries ]]; then
SRC_URI+="https://github.com/KhronosGroup/Vulkan-Utility-Libraries/commit/${i/-}.patch?full_index=true -> vulkan-utility-libraries-${i/-}.patch
Expand Down
8 changes: 8 additions & 0 deletions www-client/cromite/files/chromium-131-fontations.patch
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@

# External-facing config for dependent code.
config("skia_config") {
@@ -180,7 +180,6 @@
if (use_blink && enable_freetype) {
defines += [
"SK_TYPEFACE_FACTORY_FREETYPE",
- "SK_TYPEFACE_FACTORY_FONTATIONS",
"SK_FONTMGR_FREETYPE_EMPTY_AVAILABLE",
]
}
@@ -427,13 +405,7 @@
sources += skia_ports_fontmgr_empty_sources
public += skia_ports_fontmgr_empty_public
Expand Down

0 comments on commit 0c1c44c

Please sign in to comment.