summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-09 14:29:02 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-10 09:06:26 +0000
commit80906e2867e2a9b39a3b554206efd1817211b14d (patch)
tree48b4ca90a80ee40cba80d9cfc50692fd96a96d25 /meson_options.txt
parent7a8704e9ecf334c5464670981511e3bd6a89846f (diff)
yum: Remove unmaintained backend
This is only used in RHEL 7 which is not going to get rebased to this brand new PackageKit branch.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index eae4cf1d3..f5ff738eb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('packaging_backend', type : 'combo', choices : ['alpm', 'aptcc', 'dnf', 'dummy', 'entropy', 'poldek', 'portage', 'slack', 'yum', 'zypp', 'nix'], value : 'dummy', description : 'The name of the backend to use')
+option('packaging_backend', type : 'combo', choices : ['alpm', 'aptcc', 'dnf', 'dummy', 'entropy', 'poldek', 'portage', 'slack', 'zypp', 'nix'], value : 'dummy', description : 'The name of the backend to use')
option('dnf_vendor', type : 'combo', choices : ['fedora', 'mageia', 'openmandriva', 'rosa'], value : 'fedora', description : 'Vendor configuration when using the dnf backend')
option('systemd', type : 'boolean', value : true, description : 'Use systemd and logind')
option('systemdsystemunitdir', type : 'string', value : '', description : 'Directory for systemd service files')