aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2014-07-14 10:17:42 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2014-07-14 10:17:42 +1000
commit9af9ce4bc055f05db0d93fef39c3dde8c9b456cc (patch)
tree7bb023b3dc67d74e226322729bde63f1d86cd779
parent91de702edb50227b21626197a164c2b63cf4cc55 (diff)
downloadservo-9af9ce4bc055f05db0d93fef39c3dde8c9b456cc.tar.gz
servo-9af9ce4bc055f05db0d93fef39c3dde8c9b456cc.zip
Add stringcache to build, now that phf is working on android
-rw-r--r--.gitmodules3
-rwxr-xr-xconfigure3
m---------src/support/stringcache/string-cache0
3 files changed, 5 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 2a511c26777..7895365bc7d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -121,3 +121,6 @@
[submodule "src/support/phf/rust-phf"]
path = src/support/phf/rust-phf
url = https://github.com/mozilla-servo/rust-phf.git
+[submodule "src/support/stringcache/string-cache"]
+ path = src/support/stringcache/string-cache
+ url = https://github.com/mozilla-servo/string-cache.git
diff --git a/configure b/configure
index bcc5492c067..5b22b0c159f 100755
--- a/configure
+++ b/configure
@@ -523,7 +523,8 @@ CFG_SUBMODULES="\
support/layers/rust-layers \
support/opengles/rust-opengles \
support/sharegl/sharegl \
- support/phf/rust-phf"
+ support/phf/rust-phf \
+ support/stringcache/string-cache"
if [ $CFG_OSTYPE = "apple-darwin" ]
then
diff --git a/src/support/stringcache/string-cache b/src/support/stringcache/string-cache
new file mode 160000
+Subproject 00caade726945dd8a7bbe81d4f8e77c0177d8ee