Files
genode-world/run/sdl2.run
2020-06-19 15:34:41 +02:00

18 lines
364 B
Plaintext

set build_components { test/sdl2 }
set app_config {
<start name="test-sdl2">
<resource name="RAM" quantum="32M"/>
<config ld_verbose="yes">
<vfs> <dir name="dev"> <log/> </dir> </vfs>
<libc stdout="/dev/log"/>
</config>
</start>}
set boot_modules {
test-sdl2
libc.lib.so vfs.lib.so sdl2.lib.so
}
source ${genode_dir}/repos/world/run/gui_app.inc