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:
authorPatryk Obara <dreamer.tan@gmail.com>2021-02-24 17:00:10 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-02-24 17:05:24 +0300
commit10067a7801c702f442d140694a0fcd838ee306bb (patch)
treec7ea80f49336dbe3075884ba214fb8f3f403c5f8 /meson_options.txt
parent69018852f9a7da4609a4d8207c1467f3a91cb381 (diff)
Add pcap dependency to make ne2000 buildablepo/import-ne2000-1
The feature and the dependency are disabled by default.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 42ef04ad9..24ad5bfbc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -28,6 +28,11 @@ option('use_png',
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,