Merge pull request #175360 from pennae/pulseaudio-without-bluetooth
pulseaudio: fix !bluetoothSupport build
This commit is contained in:
commit
14dac5a319
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
|
|||
"-Dalsa=${if !libOnly then "enabled" else "disabled"}"
|
||||
"-Dasyncns=${if !libOnly then "enabled" else "disabled"}"
|
||||
"-Davahi=${if zeroconfSupport then "enabled" else "disabled"}"
|
||||
"-Dbluez5=${if !libOnly then "enabled" else "disabled"}"
|
||||
"-Dbluez5=${if !libOnly && bluetoothSupport then "enabled" else "disabled"}"
|
||||
# advanced bluetooth audio codecs are provided by gstreamer
|
||||
"-Dbluez5-gstreamer=${if (!libOnly && bluetoothSupport && advancedBluetoothCodecs) then "enabled" else "disabled"}"
|
||||
"-Ddatabase=simple"
|
||||
|
|
Loading…
Reference in a new issue