genode/repos/ports
Johannes Schlatow 7d143087c9 xml_node: change with_sub_node signature
The `with_sub_node` method is renamed to `with_optional_sub_node` to
better reflect that the non-existence of a sub node with the desired type is
ignored.
At the same time, the new `with_sub_node` now takes a second functor that is
called when no sub node of the desired type exists.

genodelabs/genode#4600
2022-09-19 14:00:33 +02:00
..
doc Replace libc_pipe plugin by VFS pipe plugin 2020-07-30 08:49:24 +02:00
include/vmm seoul: move to genode-world 2022-02-15 10:23:15 +01:00
lib seoul: move to genode-world 2022-02-15 10:23:15 +01:00
mk noux: add RISC-V gnu build support 2021-12-17 15:04:49 +01:00
ports vbox6: don't call blocking 'read()' to start audio recording 2022-08-10 13:33:04 +02:00
recipes depot: update recipe hashes 2022-08-31 09:32:09 +02:00
run Remove pseudo targets for building shared libs 2022-09-19 14:00:32 +02:00
src xml_node: change with_sub_node signature 2022-09-19 14:00:33 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.