mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-24 12:44:21 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user