mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
8ff75346dd
This patch moves the <content> <rom/> ... </content> declarations that refer to pkg/backdrop to the runtime file of pkg/backdrop. Issue #3981
12 lines
243 B
Plaintext
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>
|