mirror of https://github.com/xemu-project/xemu.git
meson: Enable slirp
This commit is contained in:
parent
c30a2a8f23
commit
88fd14d26a
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue