mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
These changes are mostly to help cleanup issues in HaikuPorter's repo_consistency.txt report: some build-requires chains broken due to `cmd:python` (2.x) not being available anymore. libxcb build was failing due to import errors in xcb_proto (due to changes in Python 3.5+), resolved in newer xcb_proto, which prompted the libxcb update to keep them in sync. --- While libxcb should not be needed in Haiku, some ported software (eg: `libfm_qt`) depends at least at build time on it. Until those get patched to not require libxcb... we're stuck with this. Co-authored-by: Schrijvers Luc <begasus@gmail.com>