Skip to content

Create libraries

Roman Gilg requested to merge romangg/kwinft:single-builds into master

We now divide our code base into several mostly independent libraries as outlined in #21. These are:

utils, base (wl/x11), win (wl/x11), render (wl/x11), input (wl/x11), effect, script, xwl

Headers and libraries are installed but the actual usage for other projects must yet be tested and fleshed out. Internal consumption works of course already.

Merge request reports