Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJookia <contact@jookia.org>2021-03-06 00:45:13 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-12-13 20:41:32 +0300
commit7ebecae9d0c654ada244ed29bf7b60c81b37345f (patch)
treefa8282e6c5d5aeb1b8c6203b89c3fb69f14b5db0 /meson_options.txt
parent6f7d61be53a9f539abfb4c7b6729621867274043 (diff)
Use EthernetConnection in NE2000 and drop pcap
Instead of the NE2000 code requiring a compile-time switch to use, instead have it always present. At runtime it will try to create an EthernetConnection based on its 'backend' property and use that. Nobody's going to maintain the pcap code, so throw it out while we're doing that.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d9fcb7576..d0b466ade 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,9 +13,6 @@ option('use_mt32emu', type : 'boolean', value : true,
option('use_png', type : 'boolean', value : true,
description : 'Enable saving screenshots in .png format')
-option('use_pcap', type : 'boolean', value : false,
- description : 'Enable ethernet support (NE2000 emulator) using libpcap')
-
option('use_slirp', type : 'boolean', value : false,
description : 'Enable ethernet support (NE2000 emulator) using libslirp')