genode/repos/gems
Emery Hemingway 8ae2f65da8 uniform XML boolean attribute access
Replace 'attribute(...).has_value("yes")`
with 'attribute_value(..., false)'.

This allows for boolean configuration to be set with values such as
"true", "false", "yes", "no", or "1", "0".

Fixes #2002
2016-06-22 12:21:42 +02:00
..
include Omit superfluous use of "CAP"/"SIGNAL" services 2016-05-09 13:24:51 +02:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run Ajdust run scenarios for strict policy matching 2016-06-22 12:21:41 +02:00
src uniform XML boolean attribute access 2016-06-22 12:21:42 +02: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.