fix(linux): include page manifest in shared UI shell sources

DeckTouchUxPack now resolves its pages through findPageManifest, but the Linux UI source list omitted the implementation. Include it in the shared shell to fix Cardputer Zero Wayland and fbdev link failures. Verified with a Linux link reproduction and the platform UI boundary check.
This commit is contained in:
Trail Mate Dev
2026-09-16 13:58:47 +08:00
parent 49a400354b
commit 7400208c54
+1
View File
@@ -419,6 +419,7 @@ set(TRAIL_MATE_LINUX_UI_SHELL_SOURCES
"${TRAIL_MATE_UI_SHARED_SRC_ROOT}/ui/screens/chat/chat_team_workflow.cpp"
"${TRAIL_MATE_UI_SHARED_SRC_ROOT}/ui/screens/chat/chat_ui_controller.cpp"
"${TRAIL_MATE_UI_PRESENTATION_SRC_ROOT}/menu/menu_model.cpp"
"${TRAIL_MATE_UI_PRESENTATION_SRC_ROOT}/page/page_manifest.cpp"
"${TRAIL_MATE_UI_PRESENTATION_SRC_ROOT}/screen/screen_binding_registry.cpp"
"${TRAIL_MATE_UI_LVGL_UX_PACKS_SRC_ROOT}/ux/screen_registry.cpp"
"${TRAIL_MATE_UI_LVGL_UX_PACKS_SRC_ROOT}/ux/input_binding_set.cpp"