Add DCC passive-first + NAT mapping prefs

This commit is contained in:
2026-05-25 21:37:10 -06:00
parent fb491a6bb2
commit 92fe064e26
11 changed files with 155 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ option('dbus', type: 'feature', value: 'auto',
option('libcanberra', type: 'feature', value: 'auto',
description: 'Support for sound alerts, Unix only'
)
option('miniupnpc', type: 'feature', value: 'auto',
description: 'Support for DCC Universal Plug & Play, Unix only'
)
option('appindicator', type: 'feature', value: 'auto',
description: 'Use Ayatana/AppIndicator-based tray backend for GTK frontend (non-Windows only)'
)