diff options
| author | Simon Rettberg | 2025-01-22 14:05:18 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2025-01-22 14:05:18 +0100 |
| commit | e20975a6c587b6a1bc3ec213f22a678c121c2501 (patch) | |
| tree | a934e91fb997ad283b0b297ad848dfaadce8e5d5 /core/modules/libvirt-src | |
| parent | [nvidia-common] Work around NVIDIA being funny (diff) | |
| download | mltk-e20975a6c587b6a1bc3ec213f22a678c121c2501.tar.gz mltk-e20975a6c587b6a1bc3ec213f22a678c121c2501.tar.xz mltk-e20975a6c587b6a1bc3ec213f22a678c121c2501.zip | |
[libvirt-src] Make version configurable
Diffstat (limited to 'core/modules/libvirt-src')
| -rw-r--r-- | core/modules/libvirt-src/module.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/libvirt-src/module.conf b/core/modules/libvirt-src/module.conf index 6c71bbe8..842a0334 100644 --- a/core/modules/libvirt-src/module.conf +++ b/core/modules/libvirt-src/module.conf @@ -5,7 +5,7 @@ REQUIRED_MODULES=" " REQUIRED_GIT=" - https://gitlab.com/libvirt/libvirt.git||v9.5.0 + https://gitlab.com/libvirt/libvirt.git||${CONFIG_LIBVIRT_VERSION:-v9.5.0} " # copy everything since there is a clean installation done by 'ninja install' |
