meson: Enable slirp

This commit is contained in:
Matt Borgerson 2023-01-23 00:30:40 -07:00
parent c30a2a8f23
commit 88fd14d26a
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ option('l2tpv3', type : 'feature', value : 'auto',
description: 'l2tpv3 network backend support')
option('netmap', type : 'feature', value : 'auto',
description: 'netmap network backend support')
option('slirp', type: 'feature', value: 'auto',
option('slirp', type: 'feature', value: 'enabled',
description: 'libslirp user mode network backend support')
option('vde', type : 'feature', value : 'auto',
description: 'vde network backend support')