mirror of
https://github.com/servo/servo.git
synced 2025-09-07 13:38:20 +01:00
Remove NSS and NSPR from the build.
These were not being used and are responsible for a large amount of work and problems.
This commit is contained in:
parent
3478105da9
commit
984bbed586
5 changed files with 0 additions and 35 deletions
|
@ -7,8 +7,6 @@ SLOW_TESTS += \
|
|||
|
||||
# Tests for these submodules do not exist.
|
||||
NO_TESTS += \
|
||||
nspr \
|
||||
nss \
|
||||
$(NULL)
|
||||
|
||||
# These submodules will not be cleaned by the `make clean-fast` target.
|
||||
|
@ -25,8 +23,6 @@ NATIVE_BUILDS += \
|
|||
libparserutils \
|
||||
mozjs \
|
||||
skia \
|
||||
nss \
|
||||
nspr \
|
||||
glfw \
|
||||
$(NULL)
|
||||
|
||||
|
@ -147,10 +143,6 @@ DEPS_rust-layers += \
|
|||
|
||||
endif
|
||||
|
||||
DEPS_nss += \
|
||||
nspr \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(CFG_OSTYPE),unknown-linux-gnu)
|
||||
|
||||
DEPS_rust-azure += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue