Port of SDL 2.0.14

Fixes #210
This commit is contained in:
Josef Söntgen
2016-01-05 23:59:52 +01:00
committed by Norman Feske
parent 9903036142
commit 72cdf74805
18 changed files with 1725 additions and 0 deletions

17
run/sdl2.run Normal file
View File

@@ -0,0 +1,17 @@
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