diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 814f340840..19e9c2d990 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -371,6 +371,8 @@ option('fdisk', type : 'combo', choices : ['auto', 'true', 'false'], description : 'libfdisk support') option('kmod', type : 'combo', choices : ['auto', 'true', 'false'], description : 'support for loadable modules') +option('xenctrl', type : 'combo', choices : ['auto', 'true', 'false'], + description : 'support for Xen kexec') option('pam', type : 'combo', choices : ['auto', 'true', 'false'], description : 'PAM support') option('pwquality', type : 'combo', choices : ['auto', 'true', 'false'], |