Replies: 1 comment
-
|
@X11Libre/dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello friends,
I'm currently working on a new meta-build system for building the whole project (incl. all dependencies, drivers) all at once:
https://github.com/X11Libre/xserver/tree/refs/heads/wip/mpbt
https://github.com/metux/mpbt
What it does:
The central configuration point is the "solution": it tells which target packages to build, where to put it all and a mapping of dependencies (maps between "provides" and actual packages). This way one can choose between various implementation of certain dependencies, eg. whether to take them from the host system (os-installed) or build on our own.
Still not quite finished (eg. yet lacking features switches, etc), docs yet missing, but already working nicely.
Once it's settled, we can use it for many kinds of different build scenarios, eg. local development, xorg-testing-ground, binary releases, etc, etc.
have fun,
--mtx
Beta Was this translation helpful? Give feedback.
All reactions