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-03-04 03:01:03 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-03-04 03:01:03 +0300
commit3bf0d217513241461356ddcc6f27c283b89cea28 (patch)
treee710dce65ec80ed52c644a0357b2f825ce8a6d93 /meson_options.txt
parent8a7fa8d297ec65bb40a129916663f5a1990cb106 (diff)
parent10067a7801c702f442d140694a0fcd838ee306bb (diff)
Merge branch 'po/import-ne2000-1'
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cb767b157..c8c485d29 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -28,6 +28,16 @@ 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,
+ description : 'Enable ethernet support (NE2000 emulator) using libslirp')
+
# This option exists only for rare situations when Linux developer cannot
# install ALSA library headers on their machine.
#