We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3ac17 commit 1467e8dCopy full SHA for 1467e8d
docs/env.sh
@@ -344,6 +344,10 @@ case "$BUILD_TARGET" in
344
NS_INTERNAL_LIBS="libwapcaplet libparserutils"
345
;;
346
347
+ libsvgtiny)
348
+ NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom"
349
+ ;;
350
+
351
netsurf)
352
# internal libraries all frontends require (order is important)
353
NS_INTERNAL_LIBS="libwapcaplet libparserutils libhubbub libdom libcss libnsgif libnsbmp libutf8proc libnsutils libnspsl libnslog"
0 commit comments