summaryrefslogtreecommitdiff
path: root/Docs/env.sh
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-14 13:46:08 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-14 13:46:08 +0000
commit97759f62afba6a53eeb3d7d338816c3833015994 (patch)
tree0df2fca80adbb39bd6572329b5f62acdbe870a2a /Docs/env.sh
parent564944c244008f256583efb97d52a7f4aa333d0a (diff)
downloadnetsurf-97759f62afba6a53eeb3d7d338816c3833015994.tar.gz
netsurf-97759f62afba6a53eeb3d7d338816c3833015994.tar.bz2
USe the externally built conveniance utf8proc library
Diffstat (limited to 'Docs/env.sh')
-rw-r--r--Docs/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/env.sh b/Docs/env.sh
index eb1da0dd4..2042910a7 100644
--- a/Docs/env.sh
+++ b/Docs/env.sh
@@ -52,7 +52,7 @@ export NETSURF_GTK_MAJOR
NS_GIT="git://git.netsurf-browser.org"
# internal libraries all frontends require (order is important)
-NS_INTERNAL_LIBS="buildsystem libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp"
+NS_INTERNAL_LIBS="buildsystem libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp libutf8proc"
# The browser itself
NS_BROWSER="netsurf"