mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add NSS and NSPR to the build
This commit is contained in:
parent
a1d12897e8
commit
0af3bbf953
4 changed files with 6 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -411,6 +411,8 @@ CFG_SUBMODULES="\
|
|||
support/libparserutils/libparserutils \
|
||||
support/netsurfcss/libcss \
|
||||
support/netsurfcss/rust-netsurfcss \
|
||||
support/nss/nspr \
|
||||
support/nss/nss \
|
||||
support/opengles/rust-opengles \
|
||||
support/sharegl/sharegl \
|
||||
support/skia/skia \
|
||||
|
|
|
@ -21,6 +21,8 @@ NATIVE_BUILDS += \
|
|||
libwapcaplet \
|
||||
mozjs \
|
||||
skia \
|
||||
nss \
|
||||
nspr \
|
||||
$(NULL)
|
||||
|
||||
# NOTE: the make magic can only compute transitive build dependencies,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 27b456e7d5a0f75381ab34b961f6779097007af7
|
||||
Subproject commit 8219c5c5137b94ae93cfb4afc1dc10a94384e1c6
|
|
@ -1 +1 @@
|
|||
Subproject commit 3d07e85a597ce9c5c1ec80f85983efcb26aa58e1
|
||||
Subproject commit 725cf233061c9598fc7c27cdc1d6278742396a48
|
Loading…
Add table
Add a link
Reference in a new issue