1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Make lib-network-manager an opt-in library

This commit is contained in:
Dmitry Vedenko
2021-05-26 16:35:12 +03:00
committed by Dmitry Vedenko
parent fdd20452ea
commit 4dc4e86863
7 changed files with 38 additions and 17 deletions

View File

@@ -38,6 +38,7 @@ cmake_options=(
-Daudacity_use_sbsms=local # We prefer using the latest version of sbsms
-Daudacity_use_soundtouch=system
-Daudacity_use_twolame=system
-Daudacity_has_networking=yes
-Daudacity_use_curl=system
)