From 6d787124546486944324f344efc26bf8c879f6f5 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 23 Sep 2024 15:26:27 +0200 Subject: [PATCH] tiled_wm: build test/tiled_wm in run script --- repos/gems/run/tiled_wm.run | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/repos/gems/run/tiled_wm.run b/repos/gems/run/tiled_wm.run index 59e5db8abc..45dc3813fd 100644 --- a/repos/gems/run/tiled_wm.run +++ b/repos/gems/run/tiled_wm.run @@ -1,5 +1,7 @@ source ${genode_dir}/repos/libports/run/qt5_common.inc +build { test/tiled_wm } + import_from_depot [depot_user]/src/qt5_component \ [depot_user]/src/qt5_textedit \ [depot_user]/src/dynamic_rom \ @@ -219,7 +221,7 @@ install_config { } -build_boot_image [qt5_boot_modules] +build_boot_image [list {*}[build_artifacts] {*}[qt5_boot_modules]] append qemu_args " -device nec-usb-xhci,id=xhci -device usb-tablet"