genode/repos/gems
Johannes Schlatow 5e4e634625 libs: use select_from_ports in eager assignments
If `select_from_ports` is evaluated lazily, we might miss a port during
the dependency check. A way to prevent this is to use the `:=` operator.

Fixes genodelabs/genode#4618
2022-11-17 08:00:34 +01:00
..
include gems: fix clipping in polygon_gfx/line_painter.h 2022-09-21 12:19:10 +02:00
lib libs: use select_from_ports in eager assignments 2022-11-17 08:00:34 +01:00
ports port/cbe: update to newest version 2022-02-15 10:23:15 +01:00
recipes depot: update recipe hashes 2022-10-13 12:35:27 +02:00
run Remove vbox6-capture from sculpt 2022-10-12 14:19:43 +02:00
sculpt sculpt: distinguish devices,pci_devices in /report 2022-10-12 12:09:36 +02:00
src libs: use select_from_ports in eager assignments 2022-11-17 08:00:34 +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.