summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-08-30 23:09:15 +0100
committerVincent Sanders <vince@kyllikki.org>2017-08-30 23:09:15 +0100
commitd1eb578ffe5abad751d0c2007e53975b7e2781a0 (patch)
tree72b16f74ea527b9af79bc5f092a9961f10e8b870
parent7136b535edddc5fcb8f1a064239416e561166eda (diff)
downloadnetsurf-d1eb578ffe5abad751d0c2007e53975b7e2781a0.tar.gz
netsurf-d1eb578ffe5abad751d0c2007e53975b7e2781a0.tar.bz2
add logging library to required libraries
-rw-r--r--docs/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env.sh b/docs/env.sh
index 3ad3306ea..13e101e6b 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -90,7 +90,7 @@ NS_GIT="git://git.netsurf-browser.org"
NS_BUILDSYSTEM="buildsystem"
# internal libraries all frontends require (order is important)
-NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp libutf8proc libnsutils libnspsl"
+NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp libutf8proc libnsutils libnspsl libnslog"
# The browser itself
NS_BROWSER="netsurf"