Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/1467e8d610eb3e72d15264cac0f746129753bb17
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/1467e8d610eb3e72d15264cac0f746129753bb17
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/1467e8d610eb3e72d15264cac0f746129753bb17

The branch, master has been updated
       via  1467e8d610eb3e72d15264cac0f746129753bb17 (commit)
      from  bb3ac176bd361d9275228f770394918e0b119149 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=1467e8d610eb3e72d15264cac0f746129753bb17
commit 1467e8d610eb3e72d15264cac0f746129753bb17
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    env.sh: Add svgtiny's deps

diff --git a/docs/env.sh b/docs/env.sh
index eb00d721c..00f88c78e 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -344,6 +344,10 @@ case "$BUILD_TARGET" in
         NS_INTERNAL_LIBS="libwapcaplet libparserutils"
         ;;
 
+    libsvgtiny)
+        NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom"
+        ;;
+
     netsurf)
         # internal libraries all frontends require (order is important)
         NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss 
libnsgif libnsbmp libutf8proc libnsutils libnspsl libnslog"


-----------------------------------------------------------------------

Summary of changes:
 docs/env.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/env.sh b/docs/env.sh
index eb00d721c..00f88c78e 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -344,6 +344,10 @@ case "$BUILD_TARGET" in
         NS_INTERNAL_LIBS="libwapcaplet libparserutils"
         ;;
 
+    libsvgtiny)
+        NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom"
+        ;;
+
     netsurf)
         # internal libraries all frontends require (order is important)
         NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss 
libnsgif libnsbmp libutf8proc libnsutils libnspsl libnslog"


-- 
NetSurf Browser

Reply via email to