Adaptation to removed support for static binaries

Related to https://github.com/genodelabs/genode/issues/2866
This commit is contained in:
Norman Feske
2018-08-07 17:21:29 +02:00
parent 5fff9d4b5b
commit dd3a8b9e7e
7 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ append config {
</start>}
append_if [have_spec sdl] config {
<start name="fb_sdl">
<start name="fb_sdl" ld="no">
<resource name="RAM" quantum="4M"/>
<provides>
<service name="Input"/>

View File

@@ -50,7 +50,7 @@ append config {
append_platform_drv_config
append_if [have_spec sdl] config {
<start name="fb_sdl">
<start name="fb_sdl" ld="no">
<resource name="RAM" quantum="4M"/>
<provides>
<service name="Input"/>

View File

@@ -78,7 +78,7 @@ append_if [have_spec ps2] config {
<alias name="input_drv" child="ps2_drv"/>}
append_if [have_spec sdl] config {
<start name="fb_sdl">
<start name="fb_sdl" ld="no">
<resource name="RAM" quantum="4M"/>
<provides> <service name="Input"/> <service name="Framebuffer"/> </provides>
<route>

View File

@@ -59,7 +59,7 @@ append config {
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="128"/>
<start name="fb_sdl">
<start name="fb_sdl" ld="no">
<resource name="RAM" quantum="4M"/>
<provides>
<service name="Input"/>

View File

@@ -46,7 +46,7 @@ append config {
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="128"/>
<start name="fb_sdl">
<start name="fb_sdl" ld="no">
<resource name="RAM" quantum="4M"/>
<provides>
<service name="Input"/>

View File

@@ -53,7 +53,7 @@ set config {
}
append_if [have_spec linux] config {
<start name="fb_sdl" caps="200">
<start name="fb_sdl" caps="200" ld="no">
<resource name="RAM" quantum="4M"/>
<provides>
<service name="Input"/>

View File

@@ -49,7 +49,7 @@ append config {
</start>}
append_if [have_spec sdl] config {
<start name="fb_sdl">
<start name="fb_sdl" ld="no">
<resource name="RAM" quantum="4M"/>
<provides>
<service name="Input"/>