ports: minor changes in glucose, lemon and keynote

- automatically set CC_CXX_WARN_STRICT if libs are imported
- set default cap quota

Issue #106
This commit is contained in:
Johannes Schlatow
2018-06-13 14:59:44 +02:00
committed by Norman Feske
parent 8df8ac1254
commit fb4833f972
3 changed files with 5 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
INC_DIR += $(call select_from_ports,glucose)/include/glucose
INC_DIR += $(call select_from_ports,glucose)/include/
CC_CXX_WARN_STRICT =

View File

@@ -1,2 +1,4 @@
INC_DIR += $(call select_from_ports,lemon)/include
REP_INC_DIR += src/lib/lemon
CC_CXX_WARN_STRICT =

View File

@@ -34,6 +34,7 @@ set config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="200"/>
<start name="test-keynote">
<resource name="RAM" quantum="32M"/>
</start>