Add vfs_gpu.lib.so to Qt5 run scripts and recipes

Issue #4380
This commit is contained in:
Christian Prochaska 2022-02-21 13:07:52 +01:00 committed by Christian Helmuth
parent 44282da30d
commit 351439b4ab
4 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,7 @@ _/src/mesa
_/src/qt5_base
_/src/stdcxx
_/src/vfs
_/src/vfs_gpu
_/src/vfs_pipe
_/src/zlib
_/raw/qt5_textedit

View File

@ -30,6 +30,7 @@
<rom label="qt5_libqgenode.tar"/>
<rom label="stdcxx.lib.so"/>
<rom label="vfs.lib.so"/>
<rom label="vfs_gpu.lib.so"/>
<rom label="vfs_pipe.lib.so"/>
<rom label="zlib.lib.so"/>

View File

@ -16,6 +16,7 @@ import_from_depot [depot_user]/pkg/[drivers_interactive_pkg] \
[depot_user]/src/rom_filter \
[depot_user]/src/stdcxx \
[depot_user]/src/vfs \
[depot_user]/src/vfs_gpu \
[depot_user]/src/vfs_pipe \
#

View File

@ -21,7 +21,7 @@ append config {
append config [qt5_start_nodes]
append config {
<start name="openglwindow" caps="200">
<start name="openglwindow" caps="250">
<resource name="RAM" quantum="80M"/>
<route>
<service name="Gui"> <child name="wm"/> </service>