mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix incorrect libcompositing dep.
This commit is contained in:
parent
cc7493ea2f
commit
dab73057f1
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ SRC_compositing = $(call rwildcard,$(S)src/components/compositing/,*.rs)
|
||||||
CRATE_compositing = $(S)src/components/compositing/compositing.rs
|
CRATE_compositing = $(S)src/components/compositing/compositing.rs
|
||||||
DONE_compositing = $(B)src/components/compositing/libcompositing.dummy
|
DONE_compositing = $(B)src/components/compositing/libcompositing.dummy
|
||||||
|
|
||||||
DEPS_compositing = $(CRATE_compositing) $(SRC_compositing) $(DONE_util) $(DONE_msg) $(DONE_gfx)
|
DEPS_compositing = $(CRATE_compositing) $(SRC_compositing) $(DONE_util) $(DONE_msg) $(DONE_gfx) $(DONE_script) $(DONE_layout) $(DONE_style)
|
||||||
|
|
||||||
RFLAGS_servo = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/gfx -L $(B)src/components/util -L $(B)src/components/net -L $(B)src/components/script -L $(B)src/components/layout -L $(B)src/components/compositing -L $(B)src/components/style -L $(B)src/components/msg -L$(B)src/components/macros
|
RFLAGS_servo = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/gfx -L $(B)src/components/util -L $(B)src/components/net -L $(B)src/components/script -L $(B)src/components/layout -L $(B)src/components/compositing -L $(B)src/components/style -L $(B)src/components/msg -L$(B)src/components/macros
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue