genode/repos/gems/recipes/pkg/nano3d/runtime
Norman Feske 22836e3e0f gems: add pkg/unconfigured_nano3d
Unfortunately, the change of "depot: remove empty config from
pkg/nano3d" broke the manual deployment of the nano3d demo because no
<config> is provided in this case.

This patch splits pkg/nano3d into two variants. The regular nano3d pkg
comes with an empty <config/> node as before. The unconfigured_nano3d
pkg does not feature any <config/> node and can thereby be configured
via a ROM route to a dynamic-rom service.
2023-04-17 14:48:30 +02:00

13 lines
186 B
Plaintext

<runtime ram="4M" caps="200" binary="nano3d">
<requires> <gui/> <timer/> </requires>
<config/>
<content>
<rom label="ld.lib.so"/>
<rom label="nano3d"/>
</content>
</runtime>