Skip to content

Commit 7ee9643

Browse files
authored
Fix README.md instructions for building Servo with a local Stylo (#143)
Signed-off-by: Oriol Brufau <[email protected]>
1 parent 3c39c91 commit 7ee9643

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ Assuming your local `servo` and `stylo` directories are siblings, you can build
1616
[patch."https://github.com/servo/stylo"]
1717
selectors = { path = "../stylo/selectors" }
1818
servo_arc = { path = "../stylo/servo_arc" }
19-
stylo_atoms = { path = "../stylo/atoms" }
20-
static_prefs = { path = "../stylo/style_static_prefs" }
19+
stylo_atoms = { path = "../stylo/stylo_atoms" }
2120
style = { path = "../stylo/style" }
22-
style_config = { path = "../stylo/style_config" }
23-
style_derive = { path = "../stylo/style_derive" }
24-
style_dom = { path = "../stylo/dom", package = "dom" }
21+
stylo_config = { path = "../stylo/stylo_config" }
22+
stylo_dom = { path = "../stylo/stylo_dom" }
2523
style_malloc_size_of = { path = "../stylo/malloc_size_of", package = "malloc_size_of" }
2624
style_traits = { path = "../stylo/style_traits" }
27-
to_shmem = { path = "../stylo/to_shmem" }
2825
```
2926

3027
## Syncing `upstream` with mozilla-central

0 commit comments

Comments
 (0)