diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-05 23:09:06 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-05 23:09:06 -0700 |
| commit | 49f60b7f236dbd4fc4839a1c17632ddafb91c001 (patch) | |
| tree | cfa66a5bfb2e89294f09fb98abef33e4a7e974cb /.gitmodules | |
| parent | 10e71a69a346c6137d3483ad544fefb0ca6ef3e2 (diff) | |
netsurf: Disable javascript support
It is not that useful in its current form, and this save quite a
bit in executable size.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 2857ba9f..7a3314fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -175,10 +175,6 @@ [submodule "pkg/netsurf/libwapcaplet/src"] path = pkg/netsurf/libwapcaplet/src url = git://git.netsurf-browser.org/libwapcaplet.git -[submodule "pkg/netsurf/nsgenbind/src"] - path = pkg/netsurf/nsgenbind/src - url = git://git.netsurf-browser.org/nsgenbind.git - ignore = all [submodule "pkg/nginx/src"] path = pkg/nginx/src url = https://github.com/nginx/nginx |
