diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-01-24 12:28:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-01-25 18:47:39 +0100 |
commit | b68f4cade487aef4aab880d39cc553dbd6fed364 (patch) | |
tree | 154567271a00c291a4d56ea819a0c3d3c75bda9f /meson_options.txt | |
parent | man: Document ranges for distributions config files and local config files (diff) | |
download | systemd-b68f4cade487aef4aab880d39cc553dbd6fed364.tar.xz systemd-b68f4cade487aef4aab880d39cc553dbd6fed364.zip |
dissect: add --make-archive option to convert DDI to tarball
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 b74f949189..9a6abd4981 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -451,6 +451,8 @@ option('glib', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'd description : 'libglib support (for tests only)') option('dbus', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, description : 'libdbus support (for tests only)') +option('libarchive', type : 'feature', + description : 'libarchive support') option('bootloader', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, description : 'sd-boot/stub and userspace tools') |