mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
b0803eabdb
- Rename framebuffer_session to framebuffer and input_session to input as those RPC interfaces are no longer meant to be used as stand-alone sessions. - Host Connection::input and Connection::framebuffer as public members, thereby removing the use of pointers. This simplifies the client-sized code. E.g., '_gui.input()->pending()' becomes '_gui.input.pending()'. Issue #5242
This directory contains ports of 3rd-party applications to Genode. The 'ports' repository follows the patterns of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to _libports/README_. Dependencies from other repositories ------------------------------------ Applications provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.