Skip to content

Commit 952b9dd

Browse files
committed
don't link skparagraph's static library with its dependencies
1 parent 49f76ad commit 952b9dd

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

skia-bindings/skparagraph.patch

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/BUILD.gn b/BUILD.gn
2-
index 07bdbc2370..90c346acc9 100644
2+
index 6a85dd96b..809d4724d 100644
33
--- a/BUILD.gn
44
+++ b/BUILD.gn
5-
@@ -1179,6 +1179,9 @@ group("modules") {
5+
@@ -1076,6 +1076,9 @@ group("modules") {
66
"modules/particles",
77
"modules/skottie",
88
"modules/skshaper",
@@ -12,3 +12,15 @@ index 07bdbc2370..90c346acc9 100644
1212
]
1313
}
1414

15+
diff --git a/modules/skparagraph/BUILD.gn b/modules/skparagraph/BUILD.gn
16+
index 5a85d37c4..a3ab9b884 100644
17+
--- a/modules/skparagraph/BUILD.gn
18+
+++ b/modules/skparagraph/BUILD.gn
19+
@@ -18,6 +18,7 @@ if (skia_enable_skparagraph) {
20+
21+
component("skparagraph") {
22+
import("skparagraph.gni")
23+
+ complete_static_lib = false
24+
public_configs = [ ":public_config" ]
25+
public = skparagraph_public
26+
if (skia_use_icu && skia_use_harfbuzz) {

0 commit comments

Comments
 (0)