diff options
author | Simon Rettberg | 2022-03-17 12:33:26 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-03-17 12:33:26 +0100 |
commit | 5f355817ecbfb158fa10b4a248285d729c23dcfc (patch) | |
tree | 1f50cee665aff1e261a19d43642dc8d54d88ab12 /core | |
parent | [xorg] Install libgl1-mesa-dri 22.0-rc3 to avoid glitches (diff) | |
download | mltk-5f355817ecbfb158fa10b4a248285d729c23dcfc.tar.gz mltk-5f355817ecbfb158fa10b4a248285d729c23dcfc.tar.xz mltk-5f355817ecbfb158fa10b4a248285d729c23dcfc.zip |
[vmware16] 16.2.3 (and allow override)
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/vmware16/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware16/module.conf b/core/modules/vmware16/module.conf index ea306ce4..0108fc9d 100644 --- a/core/modules/vmware16/module.conf +++ b/core/modules/vmware16/module.conf @@ -1,5 +1,5 @@ #!/bin/bash -REQUIRED_VERSION="16.1.2" +REQUIRED_VERSION="${CONFIG_VMWARE_VERSION:-16.2.3}" REQUIRED_TYPE="workstation" REQUIRED_MODULES="kernel vmware-common" REQUIRED_DIRECTORIES=" |