diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |