mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
qt5_opengl: Disable Vulkan feature
With Mesa-21, Qt5 detects Vulkan to be enabled, even though it is not supported in Genode. Also add DRM library in Qt5 run script. issue #4254
This commit is contained in:
committed by
Christian Helmuth
parent
46be4f1145
commit
31b049864c
@@ -25,6 +25,7 @@ built.tag: qmake_prepared.tag qmake_root/lib/ld.lib.so
|
||||
-no-feature-dbus \
|
||||
-no-feature-networkinterface \
|
||||
-no-feature-process \
|
||||
-no-feature-vulkan \
|
||||
$(QT5_OUTPUT_FILTER)
|
||||
|
||||
@#
|
||||
|
||||
@@ -7,6 +7,7 @@ import_from_depot [depot_user]/pkg/[drivers_interactive_pkg] \
|
||||
[depot_user]/src/expat \
|
||||
[depot_user]/src/global_keys_handler \
|
||||
[depot_user]/src/init \
|
||||
[depot_user]/src/libdrm \
|
||||
[depot_user]/src/libc \
|
||||
[depot_user]/src/mesa \
|
||||
[depot_user]/src/nitpicker \
|
||||
|
||||
Reference in New Issue
Block a user