libslirp: enable helper by default
The helper doesn't appear to be enabled by default, so enable it.
Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>
Christopher Obbard
3 years ago
0 | Index: libslirp/Cargo.toml | |
1 | =================================================================== | |
2 | --- libslirp.orig/Cargo.toml | |
3 | +++ libslirp/Cargo.toml | |
4 | @@ -25,7 +25,7 @@ repository = "https://gitlab.freedesktop | |
5 | ||
6 | [[bin]] | |
7 | name = "libslirp-helper" | |
8 | -required-features = ["default", "helper"] | |
9 | +required-features = ["default"] | |
10 | ||
11 | [[test]] | |
12 | name = "test-ip" | |
13 | @@ -88,5 +88,4 @@ optional = true | |
14 | version = "0.8.0" | |
15 | ||
16 | [features] | |
17 | -default = ["mio", "mio-extras", "ipnetwork", "structopt", "slab"] | |
18 | -helper = ["libc", "zbus", "nix", "libsystemd", "url", "lazy_static", "zvariant", "enumflags2"] | |
19 | +default = ["mio", "mio-extras", "ipnetwork", "structopt", "slab", "libc", "zbus", "nix", "libsystemd", "url", "lazy_static", "zvariant", "enumflags2"] |