genode/repos/gems
Norman Feske c6fd0055b1 sculpt: split window manager into multiple pkgs
This commit moves the window layouter and window decorator into
dedicated packages that can now be combined with the "wm" server at
runtime and restarted/reconfigured/swapped-out independently.

To use the window manager, one must start the 'wm', 'window_layouter',
and one of the 'motif_decorator' or 'themed_decorator' subsystems.

Fixes #3024
2018-11-27 11:36:35 +01:00
..
include gems/vfs.h: make 'File_content' more robust 2018-08-28 17:10:53 +02:00
lib Remove COW VFS plugin 2018-08-28 16:45:24 +02:00
recipes sculpt: split window manager into multiple pkgs 2018-11-27 11:36:35 +01:00
run sculpt: split window manager into multiple pkgs 2018-11-27 11:36:35 +01:00
src depot_autopilot: evaluate sets of test packages 2018-11-16 15:07:53 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.