mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
8943a3e949
Issue #4420
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
source ${genode_dir}/repos/libports/run/qt5_common.inc
|
|
|
|
import_from_depot [depot_user]/src/qt5_component \
|
|
[depot_user]/src/qt5_openglwindow
|
|
|
|
install_config {
|
|
<config>
|
|
<parent-provides>
|
|
} [qt5_parent_provides] {
|
|
</parent-provides>
|
|
<default caps="100"/>
|
|
<default-route>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</default-route>
|
|
} [qt5_start_nodes] {
|
|
<start name="openglwindow" caps="250">
|
|
<resource name="RAM" quantum="80M"/>
|
|
<route>
|
|
<service name="Gui"> <child name="wm"/> </service>
|
|
<service name="Report" label="shape">
|
|
<child name="pointer" label="wm -> openglwindow -> shape"/>
|
|
</service>
|
|
<service name="ROM" label="mesa_gpu.lib.so">
|
|
<parent label="mesa_gpu-softpipe.lib.so" />
|
|
</service>
|
|
<any-service> <parent /> <any-child/> </any-service>
|
|
</route>
|
|
<config>
|
|
<vfs>
|
|
<dir name="dev">
|
|
<log/>
|
|
<inline name="rtc">2018-01-01 00:01</inline>
|
|
</dir>
|
|
<dir name="pipe"> <pipe/> </dir>
|
|
<tar name="qt5_dejavusans.tar"/>
|
|
<tar name="qt5_libqgenode.tar"/>
|
|
</vfs>
|
|
<libc stdout="/dev/log" stderr="/dev/log" pipe="/pipe" rtc="/dev/rtc"/>
|
|
</config>
|
|
</start>
|
|
</config>
|
|
}
|
|
|
|
build_boot_image [qt5_boot_modules]
|
|
|
|
run_genode_until forever
|