summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-02-28fix: skip wlroots subproject artifacts during installJimmy Cozza
The static .a and .pc from the wlroots subproject were being installed into the package, polluting the system and causing somewm rebuilds to find stale wlroots and fail to link. Adding --skip-subprojects wlroots to meson install prevents these artifacts from being packaged.
2026-01-16Fix dependencies for clean chroot buildJimmy Cozza
- libseat → seatd - Add wlroots build deps (vulkan, glslang, xcb-util-*) - Move runtime libs from makedepends to depends - Enable --wrap-mode=default for wlroots subproject
2026-01-14Initial somewm-git packageJimmy Cozza