summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-10-18 15:58:12 +0200
committerSimon Rettberg2024-10-18 15:58:12 +0200
commite4fde99ea952464faa683266ebb1dc7c42d9c8fe (patch)
treef0c625b19ea5cc7910307cea3618492fd937be74 /core
parent[run-virt] firewall: Entries for hostnames wihout port are blocked via DNS (diff)
downloadmltk-e4fde99ea952464faa683266ebb1dc7c42d9c8fe.tar.gz
mltk-e4fde99ea952464faa683266ebb1dc7c42d9c8fe.tar.xz
mltk-e4fde99ea952464faa683266ebb1dc7c42d9c8fe.zip
[vbox-src] Update to 7.1.4
Diffstat (limited to 'core')
-rw-r--r--core/modules/vbox-src/module.conf2
-rw-r--r--core/modules/vbox-src/module.conf.debian3
-rw-r--r--core/modules/vbox-src/module.conf.ubuntu3
3 files changed, 7 insertions, 1 deletions
diff --git a/core/modules/vbox-src/module.conf b/core/modules/vbox-src/module.conf
index b6d096b1..2a0bac6e 100644
--- a/core/modules/vbox-src/module.conf
+++ b/core/modules/vbox-src/module.conf
@@ -1,5 +1,5 @@
REQUIRED_MODULES="kernel"
-REQUIRED_VBOX_VERSION="${CONFIG_VBOX_VERSION:-7.0.4}"
+REQUIRED_VBOX_VERSION="${CONFIG_VBOX_VERSION:-7.1.4}"
REQUIRED_DIRECTORIES="
/lib/modules
/usr/lib/virtualbox
diff --git a/core/modules/vbox-src/module.conf.debian b/core/modules/vbox-src/module.conf.debian
index 0eb69340..77ac39b1 100644
--- a/core/modules/vbox-src/module.conf.debian
+++ b/core/modules/vbox-src/module.conf.debian
@@ -18,6 +18,9 @@ REQUIRED_INSTALLED_PACKAGES="
libxrandr-dev
makeself
nasm
+ qt6-base-dev
+ qt6-scxml-dev
+ qt6-tools-dev
usbutils
xsltproc
yasm
diff --git a/core/modules/vbox-src/module.conf.ubuntu b/core/modules/vbox-src/module.conf.ubuntu
index d1ab7a67..980e8682 100644
--- a/core/modules/vbox-src/module.conf.ubuntu
+++ b/core/modules/vbox-src/module.conf.ubuntu
@@ -18,6 +18,9 @@ REQUIRED_INSTALLED_PACKAGES="
libxrandr-dev
makeself
nasm
+ qt6-base-dev
+ qt6-scxml-dev
+ qt6-tools-dev
usbutils
xsltproc
yasm