genode/repos/gems/recipes/pkg/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

12 lines
243 B
Plaintext

<runtime>
<content>
<rom label="ld.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="libc.lib.so"/>
<rom label="libm.lib.so"/>
<rom label="backdrop"/>
<rom label="libpng.lib.so"/>
<rom label="zlib.lib.so"/>
</content>
</runtime>