genode/repos/gems/recipes/pkg/sticks_blue_backdrop/runtime
Norman Feske 8ff75346dd sticks_blue_backdrop: inherit roms from backdrop
This patch moves the <content> <rom/> ... </content> declarations that
refer to pkg/backdrop to the runtime file of pkg/backdrop.

Issue #3981
2021-01-25 13:48:09 +01:00

13 lines
267 B
Plaintext

<runtime ram="76M" caps="300" binary="backdrop" config="backdrop.config">
<requires> <gui/> </requires>
<content>
<rom label="backdrop.config"/>
<rom label="sticks_blue.png"/>
<rom label="grid.png"/>
<rom label="genode_logo.png"/>
</content>
</runtime>