diff --git a/local/recipes/system/seatd/recipe.toml b/local/recipes/system/seatd/recipe.toml index cbf365d68c..078be34d8c 100644 --- a/local/recipes/system/seatd/recipe.toml +++ b/local/recipes/system/seatd/recipe.toml @@ -2,10 +2,18 @@ name = "seatd" version = "0.1.0" -#TODO not compiled or tested +# seatd is a first-class local Red Bear source package (operator decision): the +# in-tree `source/` tree is the authoritative implementation, like sibling +# packages evdevd and redbear-compositor. We own it and integrate upstream +# (jackpot51/seatd, near-dormant) INTO this tree on our terms, rather than +# fetching upstream + carrying a patch. See +# local/docs/INPUT-STACK-LINUX-ALIGNMENT-PLAN.md ยง4b. +# +# TODO(desktop bring-up): still needs a Redox port to compile (meson/C); tracked +# with the Wayland/compositor seat wiring, which is gated on the Mesa EGL/DRI +# desktop bring-up. Not pulled by redbear-mini/bare. [source] -git = "https://github.com/jackpot51/seatd" -branch = "redox" +path = "source" [build] template = "meson"