Files
genode-world/run/sdl2.run
Josef Söntgen 72cdf74805 Port of SDL 2.0.14
Fixes #210
2020-06-10 15:10:02 +02:00

18 lines
370 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/nitpicker_app.inc