summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/makefile b/makefile
index 679a818c4e1..4009e18e391 100644
--- a/makefile
+++ b/makefile
@@ -33,7 +33,8 @@
# SDL2_MULTIAPI = 1
# NO_USE_MIDI = 1
# NO_USE_PORTAUDIO = 1
-# DONT_USE_NETWORK = 1
+# USE_TAPTUN = 1
+# USE_PCAP = 1
# USE_QTDEBUG = 1
# NO_X11 = 1
# NO_USE_XINPUT = 1
@@ -713,6 +714,10 @@ ifdef DONT_USE_NETWORK
PARAMS += --DONT_USE_NETWORK='$(DONT_USE_NETWORK)'
endif
+ifdef USE_PCAP
+PARAMS += --USE_PCAP='$(USE_PCAP)'
+endif
+
ifdef NO_OPENGL
PARAMS += --NO_OPENGL='$(NO_OPENGL)'
endif