feat: ports - libhubbub, libcss, libdom

Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_018Ae69wJS7sueQMUwNxV3nX
This commit is contained in:
2026-08-07 20:11:55 +02:00
co-authored by Claude Opus 5
parent acb169e2c4
commit f1d17b62c1
13 changed files with 225 additions and 4 deletions
+4
View File
@@ -18,7 +18,11 @@ PORT_NAME := porttest
include ../mk/port.mk
# Link order matters: dependents before their dependencies.
SYSROOT_LIBS := \
$(PORT_SYSROOT_LIB)/libdom.a \
$(PORT_SYSROOT_LIB)/libcss.a \
$(PORT_SYSROOT_LIB)/libhubbub.a \
$(PORT_SYSROOT_LIB)/libparserutils.a \
$(PORT_SYSROOT_LIB)/libwapcaplet.a \
$(PORT_SYSROOT_LIB)/libz.a